Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sbni/
Dif_sbni.c351 if (sc->rx_buf_p) { in sbni_stop()
352 m_freem(sc->rx_buf_p); in sbni_stop()
353 sc->rx_buf_p = NULL; in sbni_stop()
681 if (!sc->rx_buf_p && !get_rx_buf(sc)) in append_frame_to_pkt()
684 p = sc->rx_buf_p->m_data + sc->inppos; in append_frame_to_pkt()
894 sc->rx_buf_p = m; in get_rx_buf()
905 m = sc->rx_buf_p; in indicate_pkt()
908 sc->rx_buf_p = NULL; in indicate_pkt()
Dif_sbnivar.h82 struct mbuf *rx_buf_p; /* receive buffer ptr */ member