Home
last modified time | relevance | path

Searched refs:MAX_RX_SGE_CNT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h411 #define MAX_RX_SGE_CNT (RX_SGE_CNT - NEXT_PAGE_SGE_DESC_CNT) macro
417 (MAX_RX_SGE_CNT - 1)) ? \
433 #define NUM_SGE_PG_REQ ((NUM_SGE_REQ + MAX_RX_SGE_CNT - 1) / \
434 MAX_RX_SGE_CNT)
H A Dbnx2x_cmn.c1453 i < MAX_RX_SGE_CNT*NUM_RX_SGE_PAGES; i++) { in bnx2x_init_rx_rings()
H A Dbnx2x_main.c3206 MAX_RX_SGE_CNT * NUM_RX_SGE_PAGES); in bnx2x_pf_rx_q_prep()