Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c6145 &bp->eq_ring[EQ_DESC_CNT_PAGE * i - 1]; in bnx2x_init_eq_ring()
/kernel/linux/linux-6.6/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]; in bnx2x_init_eq_ring()

Completed in 40 milliseconds