Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bce/
Dif_bce.c5443 sc->rx_mbuf_ptr[chain_prod] = m_new; in bce_get_rx_buf()
5917 if (sc->rx_mbuf_ptr[i] != NULL) { in bce_free_rx_chain()
5922 m_freem(sc->rx_mbuf_ptr[i]); in bce_free_rx_chain()
5923 sc->rx_mbuf_ptr[i] = NULL; in bce_free_rx_chain()
6575 m0 = sc->rx_mbuf_ptr[sw_rx_cons_idx]; in bce_rx_intr()
6576 sc->rx_mbuf_ptr[sw_rx_cons_idx] = NULL; in bce_rx_intr()
9911 m = sc->rx_mbuf_ptr[chain_prod]; in bce_dump_rx_mbuf_chain()
10858 val_hi = BCE_ADDR_HI(sc->rx_mbuf_ptr); in bce_dump_driver_state()
10859 val_lo = BCE_ADDR_LO(sc->rx_mbuf_ptr); in bce_dump_driver_state()
Dif_bcereg.h6659 struct mbuf *rx_mbuf_ptr[MAX_RX_BD_AVAIL]; member