Searched defs:EQ_DESC_MAX_PAGE (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1100 #define EQ_DESC_MAX_PAGE (EQ_DESC_CNT_PAGE - 1) macro
1103 #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)

Completed in 54 milliseconds