HomeSort by: relevance | last modified time | path
    Searched refs:ds_mbuf (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
dp83932.c 167 sc->sc_rxsoft[i].ds_mbuf = NULL;
382 ds->ds_mbuf = m0;
663 m_freem(ds->ds_mbuf);
664 ds->ds_mbuf = NULL;
808 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *),
830 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *),
836 m = ds->ds_mbuf;
951 if (ds->ds_mbuf == NULL) {
1050 if (ds->ds_mbuf != NULL) {
1052 m_freem(ds->ds_mbuf);
    [all...]
aic6915.c 458 ds->ds_mbuf = m0;
655 m_freem(ds->ds_mbuf);
656 ds->ds_mbuf = NULL;
741 m = ds->ds_mbuf;
779 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *), len);
960 if (ds->ds_mbuf == NULL) {
1115 if (ds->ds_mbuf != NULL) {
1117 m_freem(ds->ds_mbuf);
1118 ds->ds_mbuf = NULL;
1152 if (ds->ds_mbuf != NULL)
    [all...]
smc83c170var.h 88 struct mbuf *ds_mbuf; /* head of mbuf chain */ member in struct:epic_descsoft
162 struct mbuf *__m = __ds->ds_mbuf; \
smc83c170.c 186 EPIC_DSRX(sc, i)->ds_mbuf = NULL;
470 ds->ds_mbuf = m0;
687 mtod(ds->ds_mbuf, void *), len);
693 m = ds->ds_mbuf;
755 m_freem(ds->ds_mbuf);
756 ds->ds_mbuf = NULL;
990 if (ds->ds_mbuf == NULL) {
1059 if (ds->ds_mbuf != NULL) {
1061 m_freem(ds->ds_mbuf);
1062 ds->ds_mbuf = NULL
    [all...]
aic6915var.h 107 struct mbuf *ds_mbuf; /* head of mbuf chain */ member in struct:sf_descsoft
dp83932var.h 141 struct mbuf *ds_mbuf; /* head of mbuf chain */ member in struct:sonic_descsoft
282 struct mbuf *__m = __ds->ds_mbuf; \
  /src/sys/arch/mips/adm5120/dev/
if_admsw.c 175 if (sc->sc_txhsoft[i].ds_mbuf != NULL) {
176 m_freem(sc->sc_txhsoft[i].ds_mbuf);
177 sc->sc_txhsoft[i].ds_mbuf = NULL;
192 if (sc->sc_rxhsoft[i].ds_mbuf == NULL) {
200 if (sc->sc_txlsoft[i].ds_mbuf != NULL) {
201 m_freem(sc->sc_txlsoft[i].ds_mbuf);
202 sc->sc_txlsoft[i].ds_mbuf = NULL;
217 if (sc->sc_rxlsoft[i].ds_mbuf == NULL) {
411 sc->sc_txhsoft[i].ds_mbuf = NULL;
421 sc->sc_txlsoft[i].ds_mbuf = NULL
    [all...]
if_admswvar.h 111 struct mbuf *ds_mbuf; member in struct:admsw_descsoft
185 struct mbuf *__m = __ds->ds_mbuf; \
202 struct mbuf *__m = __ds->ds_mbuf; \
  /src/sys/dev/pci/
if_ste.c 111 struct mbuf *ds_mbuf; /* head of our mbuf chain */ member in struct:ste_descsoft
177 struct mbuf *__m = __ds->ds_mbuf; \
487 sc->sc_rxsoft[i].ds_mbuf = NULL;
766 ds->ds_mbuf = m0;
1011 m_freem(ds->ds_mbuf);
1012 ds->ds_mbuf = NULL;
1089 mtod(ds->ds_mbuf, void *), len);
1095 m = ds->ds_mbuf;
1296 if (ds->ds_mbuf == NULL) {
1418 if (ds->ds_mbuf != NULL)
    [all...]
if_vr.c 196 struct mbuf *ds_mbuf; /* head of mbuf chain */ member in struct:vr_descsoft
572 if (ds->ds_mbuf != NULL)
575 ds->ds_mbuf = m_new;
734 mtod(ds->ds_mbuf, void *), total_len);
740 m = ds->ds_mbuf;
781 memcpy(mtod(m, void *), mtod(ds->ds_mbuf, void *),
879 m_freem(ds->ds_mbuf);
880 ds->ds_mbuf = NULL;
1105 ds->ds_mbuf = m0;
1224 if (ds->ds_mbuf == NULL)
    [all...]
if_stge.c 123 struct mbuf *ds_mbuf; /* head of our mbuf chain */ member in struct:stge_descsoft
558 sc->sc_rxsoft[i].ds_mbuf = NULL;
990 ds->ds_mbuf = m0;
1200 m_freem(ds->ds_mbuf);
1201 ds->ds_mbuf = NULL;
1252 m = ds->ds_mbuf;
1535 if (ds->ds_mbuf == NULL) {
1713 if (ds->ds_mbuf != NULL) {
1715 ds->ds_mbuf->m_next = NULL;
1716 m_freem(ds->ds_mbuf);
    [all...]

Completed in 62 milliseconds