Home
last modified time | relevance | path

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

/freebsd/sys/dev/sbni/
H A Dif_sbni.c342 if (sc->rx_buf_p) { in sbni_stop()
343 m_freem(sc->rx_buf_p); in sbni_stop()
344 sc->rx_buf_p = NULL; in sbni_stop()
661 if (!sc->rx_buf_p && !get_rx_buf(sc)) in append_frame_to_pkt()
664 p = sc->rx_buf_p->m_data + sc->inppos; in append_frame_to_pkt()
868 sc->rx_buf_p = m; in get_rx_buf()
878 m = sc->rx_buf_p; in indicate_pkt()
881 sc->rx_buf_p = NULL; in indicate_pkt()
H A Dif_sbnivar.h79 struct mbuf *rx_buf_p; /* receive buffer ptr */ member