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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c5591 if (sc->tx_mbuf_ptr[i] != NULL) {
5596 m_freem(sc->tx_mbuf_ptr[i]);
5597 sc->tx_mbuf_ptr[i] = NULL;
6828 if (sc->tx_mbuf_ptr[sw_tx_chain_cons] != NULL) {
6845 m_freem(sc->tx_mbuf_ptr[sw_tx_chain_cons]);
6846 sc->tx_mbuf_ptr[sw_tx_chain_cons] = NULL;
7382 sc->tx_mbuf_ptr[chain_prod] = m0;
9714 m = sc->tx_mbuf_ptr[chain_prod];
10668 val_hi = BCE_ADDR_HI(sc->tx_mbuf_ptr);
10669 val_lo = BCE_ADDR_LO(sc->tx_mbuf_ptr);
[all...]
H A Dif_bcereg.h6535 struct mbuf *tx_mbuf_ptr[MAX_TX_BD_AVAIL]; member in struct:bce_softc

Completed in 213 milliseconds