Searched refs:QEDI_MAX_RX_DESC_CNT (Results 1 – 1 of 1) sorted by relevance
109 #define QEDI_MAX_RX_DESC_CNT (QEDI_RX_DESC_CNT - 1) macro113 #define QEDI_NEXT_RX_IDX(x) ((((x) & (QEDI_MAX_RX_DESC_CNT)) == \114 (QEDI_MAX_RX_DESC_CNT - 1)) ? \