Searched refs:EQ_DESC_CNT_PAGE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1220 * NUM_EQ_PAGES and EQ_DESC_CNT_PAGE must be power of 2
1223 #define EQ_DESC_CNT_PAGE (BCM_PAGE_SIZE / sizeof(union event_ring_elem)) macro
1224 #define EQ_DESC_MAX_PAGE (EQ_DESC_CNT_PAGE - 1)
1225 #define NUM_EQ_DESC (EQ_DESC_CNT_PAGE * NUM_EQ_PAGES)
1229 /* depends on EQ_DESC_CNT_PAGE being a power of 2 */
H A Dbnx2x_main.c6143 &bp->eq_ring[EQ_DESC_CNT_PAGE * i - 1];

Completed in 142 milliseconds