Searched refs:tx_mbuf_ptr (Results 1 – 2 of 2) sorted by relevance
5584 if (sc->tx_mbuf_ptr[i] != NULL) { in bce_free_tx_chain()5589 m_freem(sc->tx_mbuf_ptr[i]); in bce_free_tx_chain()5590 sc->tx_mbuf_ptr[i] = NULL; in bce_free_tx_chain()6821 if (sc->tx_mbuf_ptr[sw_tx_chain_cons] != NULL) { in bce_tx_intr()6838 m_freem(sc->tx_mbuf_ptr[sw_tx_chain_cons]); in bce_tx_intr()6839 sc->tx_mbuf_ptr[sw_tx_chain_cons] = NULL; in bce_tx_intr()7375 sc->tx_mbuf_ptr[chain_prod] = m0; in bce_tx_encap()9707 m = sc->tx_mbuf_ptr[chain_prod]; in bce_dump_tx_mbuf_chain()10661 val_hi = BCE_ADDR_HI(sc->tx_mbuf_ptr); in bce_dump_driver_state()10662 val_lo = BCE_ADDR_LO(sc->tx_mbuf_ptr); in bce_dump_driver_state()
6535 struct mbuf *tx_mbuf_ptr[MAX_TX_BD_AVAIL]; member