Home
last modified time | relevance | path

Searched refs:QLGE_BQ_WRAP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/qlge/
A Dqlge.h1450 #define QLGE_BQ_WRAP(index) ((index) & (QLGE_BQ_LEN - 1)) macro
1455 QLGE_BQ_WRAP(QLGE_BQ_ALIGN((_bq)->next_to_use) - \
A Dqlge_main.c957 bq->next_to_clean = QLGE_BQ_WRAP(bq->next_to_clean + 1); in qlge_get_curr_buf()
1092 refill_count = QLGE_BQ_WRAP(QLGE_BQ_ALIGN(bq->next_to_clean - 1) - in qlge_refill_bq()
2726 lbq->next_to_clean = QLGE_BQ_WRAP(lbq->next_to_clean + 1); in qlge_free_lbq_buffers()

Completed in 20 milliseconds