rx_mbuf_ptr 3366 dev/pci/if_bnx.c sc->rx_mbuf_ptr[*chain_prod] = m_new;
rx_mbuf_ptr 3599 dev/pci/if_bnx.c if (sc->rx_mbuf_ptr[i] != NULL) {
rx_mbuf_ptr 3605 dev/pci/if_bnx.c m_freem(sc->rx_mbuf_ptr[i]);
rx_mbuf_ptr 3606 dev/pci/if_bnx.c sc->rx_mbuf_ptr[i] = NULL;
rx_mbuf_ptr 3793 dev/pci/if_bnx.c if (sc->rx_mbuf_ptr[sw_chain_cons] != NULL) {
rx_mbuf_ptr 3815 dev/pci/if_bnx.c m = sc->rx_mbuf_ptr[sw_chain_cons];
rx_mbuf_ptr 3816 dev/pci/if_bnx.c sc->rx_mbuf_ptr[sw_chain_cons] = NULL;
rx_mbuf_ptr 5183 dev/pci/if_bnx.c m = sc->rx_mbuf_ptr[chain_prod];
rx_mbuf_ptr 5687 dev/pci/if_bnx.c sc->rx_mbuf_ptr);
rx_mbuf_ptr 4747 dev/pci/if_bnxreg.h struct mbuf *rx_mbuf_ptr[TOTAL_RX_BD];