Searched refs:rx_buf_p (Results 1 – 2 of 2) sorted by relevance
342 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()
79 struct mbuf *rx_buf_p; /* receive buffer ptr */ member