Searched refs:EQ_DESC_CNT_PAGE (Results 1 – 2 of 2) sorted by relevance
1632 #define EQ_DESC_CNT_PAGE (BCM_PAGE_SIZE / sizeof(union event_ring_elem)) macro1633 #define EQ_DESC_MAX_PAGE (EQ_DESC_CNT_PAGE - 1)1634 #define NUM_EQ_DESC (EQ_DESC_CNT_PAGE * NUM_EQ_PAGES)
9944 elem = &sc->eq[EQ_DESC_CNT_PAGE * i - 1]; in bxe_init_eq_ring()