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

/freebsd-12-stable/sys/dev/bce/
H A Dif_bce.c5465 sc->rx_mbuf_ptr[chain_prod] = m_new;
5939 if (sc->rx_mbuf_ptr[i] != NULL) {
5944 m_freem(sc->rx_mbuf_ptr[i]);
5945 sc->rx_mbuf_ptr[i] = NULL;
6597 m0 = sc->rx_mbuf_ptr[sw_rx_cons_idx];
6598 sc->rx_mbuf_ptr[sw_rx_cons_idx] = NULL;
9930 m = sc->rx_mbuf_ptr[chain_prod];
10877 val_hi = BCE_ADDR_HI(sc->rx_mbuf_ptr);
10878 val_lo = BCE_ADDR_LO(sc->rx_mbuf_ptr);
10879 BCE_PRINTF("0x%08X:%08X - (sc->rx_mbuf_ptr) r
[all...]
H A Dif_bcereg.h6616 struct mbuf *rx_mbuf_ptr[MAX_RX_BD_AVAIL]; member in struct:bce_softc

Completed in 259 milliseconds