tx_mbuf_ptr 3473 dev/pci/if_bnx.c if (sc->tx_mbuf_ptr[i] != NULL) {
tx_mbuf_ptr 3479 dev/pci/if_bnx.c m_freem(sc->tx_mbuf_ptr[i]);
tx_mbuf_ptr 3480 dev/pci/if_bnx.c sc->tx_mbuf_ptr[i] = NULL;
tx_mbuf_ptr 4094 dev/pci/if_bnx.c if (sc->tx_mbuf_ptr[sw_tx_chain_cons] != NULL) {
tx_mbuf_ptr 4111 dev/pci/if_bnx.c m_freem(sc->tx_mbuf_ptr[sw_tx_chain_cons]);
tx_mbuf_ptr 4112 dev/pci/if_bnx.c sc->tx_mbuf_ptr[sw_tx_chain_cons] = NULL;
tx_mbuf_ptr 4419 dev/pci/if_bnx.c sc->tx_mbuf_ptr[chain_prod] = m0;
tx_mbuf_ptr 5157 dev/pci/if_bnx.c m = sc->tx_mbuf_ptr[chain_prod];
tx_mbuf_ptr 5684 dev/pci/if_bnx.c sc->tx_mbuf_ptr);
tx_mbuf_ptr 4743 dev/pci/if_bnxreg.h struct mbuf *tx_mbuf_ptr[TOTAL_TX_BD];