Searched refs:RX_SGE_CNT (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h409 #define RX_SGE_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_sge)) macro
411 #define MAX_RX_SGE_CNT (RX_SGE_CNT - NEXT_PAGE_SGE_DESC_CNT)
412 /* RX_SGE_CNT is promised to be a power of 2 */
413 #define RX_SGE_MASK (RX_SGE_CNT - 1)
414 #define NUM_RX_SGE (RX_SGE_CNT * NUM_RX_SGE_PAGES)
H A Dbnx2x_cmn.h861 int idx = RX_SGE_CNT * i - 1;
H A Dbnx2x_cmn.c1358 sge = &fp->rx_sge_ring[RX_SGE_CNT * i - 2];

Completed in 294 milliseconds