Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bce/
HDif_bce.c5708 if (sc->tx_mbuf_ptr[i] != NULL) { in bce_free_tx_chain()
5713 m_freem(sc->tx_mbuf_ptr[i]); in bce_free_tx_chain()
5714 sc->tx_mbuf_ptr[i] = NULL; in bce_free_tx_chain()
6969 if (sc->tx_mbuf_ptr[sw_tx_chain_cons] != NULL) { in bce_tx_intr()
6987 m_freem(sc->tx_mbuf_ptr[sw_tx_chain_cons]); in bce_tx_intr()
6988 sc->tx_mbuf_ptr[sw_tx_chain_cons] = NULL; in bce_tx_intr()
7531 sc->tx_mbuf_ptr[chain_prod] = m0; in bce_tx_encap()
9897 m = sc->tx_mbuf_ptr[chain_prod]; in bce_dump_tx_mbuf_chain()
10869 val_hi = BCE_ADDR_HI(sc->tx_mbuf_ptr); in bce_dump_driver_state()
10870 val_lo = BCE_ADDR_LO(sc->tx_mbuf_ptr); in bce_dump_driver_state()
HDif_bcereg.h6610 struct mbuf *tx_mbuf_ptr[MAX_TX_BD_AVAIL]; member