Searched refs:QLGE_BQ_ALIGN (Results 1 – 2 of 2) sorted by relevance
1448 #define QLGE_BQ_ALIGN(index) ALIGN_DOWN(index, 16) macro1455 QLGE_BQ_WRAP(QLGE_BQ_ALIGN((_bq)->next_to_use) - \
1092 refill_count = QLGE_BQ_WRAP(QLGE_BQ_ALIGN(bq->next_to_clean - 1) - in qlge_refill_bq()1127 if (QLGE_BQ_ALIGN(bq->next_to_use) != QLGE_BQ_ALIGN(i)) { in qlge_refill_bq()