Searched refs:EQ_DESC_MAX_PAGE (Results 1 – 2 of 2) sorted by relevance
1100 #define EQ_DESC_MAX_PAGE (EQ_DESC_CNT_PAGE - 1) macro1103 #define MAX_EQ_AVAIL (EQ_DESC_MAX_PAGE * NUM_EQ_PAGES - 2)1106 #define NEXT_EQ_IDX(x) ((((x) & EQ_DESC_MAX_PAGE) == \1107 (EQ_DESC_MAX_PAGE - 1)) ? (x) + 2 : (x) + 1)
4588 if ((hw_cons & EQ_DESC_MAX_PAGE) == EQ_DESC_MAX_PAGE) in bnx2x_eq_int()