Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H 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) - \
H A Dqlge_main.c961 bq->next_to_clean = QLGE_BQ_WRAP(bq->next_to_clean + 1); in qlge_get_curr_buf()
1096 refill_count = QLGE_BQ_WRAP(QLGE_BQ_ALIGN(bq->next_to_clean - 1) - in qlge_refill_bq()
2740 lbq->next_to_clean = QLGE_BQ_WRAP(lbq->next_to_clean + 1); in ql_free_lbq_buffers()