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

/freebsd-9.3-release/sys/dev/sbni/
H A Dif_sbnivar.h82 struct mbuf *rx_buf_p; /* receive buffer ptr */ member in struct:sbni_softc
H A Dif_sbni.c350 if (sc->rx_buf_p) {
351 m_freem(sc->rx_buf_p);
352 sc->rx_buf_p = NULL;
680 if (!sc->rx_buf_p && !get_rx_buf(sc))
683 p = sc->rx_buf_p->m_data + sc->inppos;
894 sc->rx_buf_p = m;
905 m = sc->rx_buf_p;
908 sc->rx_buf_p = NULL;

Completed in 54 milliseconds