Home
last modified time | relevance | path

Searched refs:tx_mbuf_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c5585 if (sc->tx_mbuf_ptr[i] != NULL) { in bce_free_tx_chain()
5590 m_freem(sc->tx_mbuf_ptr[i]); in bce_free_tx_chain()
5591 sc->tx_mbuf_ptr[i] = NULL; in bce_free_tx_chain()
6822 if (sc->tx_mbuf_ptr[sw_tx_chain_cons] != NULL) { in bce_tx_intr()
6839 m_freem(sc->tx_mbuf_ptr[sw_tx_chain_cons]); in bce_tx_intr()
6840 sc->tx_mbuf_ptr[sw_tx_chain_cons] = NULL; in bce_tx_intr()
7376 sc->tx_mbuf_ptr[chain_prod] = m0; in bce_tx_encap()
9708 m = sc->tx_mbuf_ptr[chain_prod]; in bce_dump_tx_mbuf_chain()
10662 val_hi = BCE_ADDR_HI(sc->tx_mbuf_ptr); in bce_dump_driver_state()
10663 val_lo = BCE_ADDR_LO(sc->tx_mbuf_ptr); in bce_dump_driver_state()
H A Dif_bcereg.h6535 struct mbuf *tx_mbuf_ptr[MAX_TX_BD_AVAIL]; member