Searched refs:sd_mbuf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c689 m = sd->sd_mbuf;
797 MGETHDR(sd->sd_mbuf, M_DONTWAIT, MT_DATA);
798 if (sd->sd_mbuf == NULL)
801 MCLGET(sd->sd_mbuf, M_DONTWAIT);
802 if ((sd->sd_mbuf->m_flags & M_EXT) == 0)
804 sd->sd_mbuf->m_pkthdr.rcvif = ifp;
805 sd->sd_mbuf->m_pkthdr.len = sd->sd_mbuf->m_len = MCLBYTES;
809 if (bus_dmamap_load_mbuf(sc->sc_dmat, sd->sd_map, sd->sd_mbuf,
845 m_freem(sd->sd_mbuf);
[all...]
H A Dif_casvar.h64 struct mbuf *sd_mbuf; member in struct:cas_sxd
H A Dif_cas.c497 sc->sc_txd[i].sd_mbuf = NULL;
844 if (sd->sd_mbuf != NULL) {
848 m_freem(sd->sd_mbuf);
849 sd->sd_mbuf = NULL;
1977 sc->sc_txd[cur].sd_mbuf = mhead;
2002 if (sd->sd_mbuf != NULL) {
2006 m_freem(sd->sd_mbuf);
2007 sd->sd_mbuf = NULL;
2037 while (sc->sc_txd[bix].sd_mbuf == NULL) {
H A Dif_txpreg.h557 struct mbuf * sd_mbuf; member in struct:txp_swdesc

Completed in 129 milliseconds