Searched refs:QLGE_BQ_WRAP (Results 1 – 2 of 2) sorted by relevance
1450 #define QLGE_BQ_WRAP(index) ((index) & (QLGE_BQ_LEN - 1)) macro1455 QLGE_BQ_WRAP(QLGE_BQ_ALIGN((_bq)->next_to_use) - \
957 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()