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

/freebsd-10.2-release/sys/mips/adm5120/
H A Dif_admsw.c230 if (sc->sc_txhsoft[i].ds_mbuf != NULL) {
231 m_freem(sc->sc_txhsoft[i].ds_mbuf);
232 sc->sc_txhsoft[i].ds_mbuf = NULL;
247 if (sc->sc_rxhsoft[i].ds_mbuf == NULL) {
255 if (sc->sc_txlsoft[i].ds_mbuf != NULL) {
256 m_freem(sc->sc_txlsoft[i].ds_mbuf);
257 sc->sc_txlsoft[i].ds_mbuf = NULL;
272 if (sc->sc_rxlsoft[i].ds_mbuf == NULL) {
477 sc->sc_txhsoft[i].ds_mbuf = NULL;
488 sc->sc_txlsoft[i].ds_mbuf
[all...]
H A Dif_admswvar.h116 struct mbuf *ds_mbuf; member in struct:admsw_descsoft
182 struct mbuf *__m = __ds->ds_mbuf; \
199 struct mbuf *__m = __ds->ds_mbuf; \

Completed in 52 milliseconds