bnx2_rx_bd
struct bnx2_rx_bd *rxbd =
struct bnx2_rx_bd *rxbd =
struct bnx2_rx_bd *cons_bd, *prod_bd;
struct bnx2_rx_bd *cons_bd, *prod_bd;
bnx2_init_rxbd_rings(struct bnx2_rx_bd *rx_ring[], dma_addr_t dma[],
struct bnx2_rx_bd *rxbd;
#define BNX2_RX_DESC_CNT (BNX2_PAGE_SIZE / sizeof(struct bnx2_rx_bd))
#define RXBD_RING_SIZE (sizeof(struct bnx2_rx_bd) * BNX2_RX_DESC_CNT)
struct bnx2_rx_bd *rx_desc_ring[BNX2_MAX_RX_RINGS];
struct bnx2_rx_bd *rx_pg_desc_ring[BNX2_MAX_RX_PG_RINGS];
struct bnx2_rx_bd *rxbd;