Lines Matching refs:rxs_mbuf
137 struct mbuf *rxs_mbuf;
454 sc->sc_rxsoft[i].rxs_mbuf = NULL;
1050 if (rxs->rxs_mbuf != NULL) {
1052 rxs->rxs_mbuf = NULL;
1083 rxs->rxs_mbuf = m;
1097 rxs->rxs_mbuf = NULL;
1140 if (sc->sc_rxsoft[sc->sc_rxreap].rxs_mbuf == NULL) {
1190 m = sc->sc_rxsoft[sc->sc_rxreap].rxs_mbuf;
1276 if (rxs->rxs_mbuf != NULL) {
1278 m_freem(rxs->rxs_mbuf);
1279 rxs->rxs_mbuf = NULL;