TOTAL_RX_BD 2161 dev/pci/if_bnx.c for (i = 0; i < TOTAL_RX_BD; i++) {
TOTAL_RX_BD 2378 dev/pci/if_bnx.c for (i = 0; i < TOTAL_RX_BD; i++) {
TOTAL_RX_BD 3577 dev/pci/if_bnx.c DBRUN(BNX_VERBOSE_RECV, bnx_dump_rx_chain(sc, 0, TOTAL_RX_BD));
TOTAL_RX_BD 3598 dev/pci/if_bnx.c for (i = 0; i < TOTAL_RX_BD; i++) {
TOTAL_RX_BD 5313 dev/pci/if_bnx.c BNX_PRINTF(sc, "total rx_bd = 0x%08X\n", (u_int32_t)TOTAL_RX_BD);
TOTAL_RX_BD 4437 dev/pci/if_bnxreg.h #define MAX_RX_BD (TOTAL_RX_BD - 1)
TOTAL_RX_BD 4746 dev/pci/if_bnxreg.h bus_dmamap_t rx_mbuf_map[TOTAL_RX_BD];
TOTAL_RX_BD 4747 dev/pci/if_bnxreg.h struct mbuf *rx_mbuf_ptr[TOTAL_RX_BD];