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