Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_txp.c354 KASSERT(sc->sc_rxd[i].sd_mbuf != NULL); in txp_attach()
355 MCLAIM(sc->sc_rxd[i].sd_mbuf, &sc->sc_arpcom.ec_rx_mowner); in txp_attach()
749 m = sd->sd_mbuf; in txp_rx_reclaim()
750 sd->sd_mbuf = NULL; in txp_rx_reclaim()
776 memcpy(mtod(m, void *), mtod(sd->sd_mbuf, void *), len); in txp_rx_reclaim()
848 if (sd->sd_mbuf == NULL) { in txp_rxbuf_reclaim()
849 MGETHDR(sd->sd_mbuf, M_DONTWAIT, MT_DATA); in txp_rxbuf_reclaim()
850 if (sd->sd_mbuf == NULL) in txp_rxbuf_reclaim()
852 MCLAIM(sd->sd_mbuf, &sc->sc_arpcom.ec_rx_mowner); in txp_rxbuf_reclaim()
854 MCLGET(sd->sd_mbuf, M_DONTWAIT); in txp_rxbuf_reclaim()
[all …]
Dif_cas.c586 sc->sc_txd[i].sd_mbuf = NULL; in cas_config()
954 if (sd->sd_mbuf != NULL) { in cas_stop()
958 m_freem(sd->sd_mbuf); in cas_stop()
959 sd->sd_mbuf = NULL; in cas_stop()
2102 sc->sc_txd[cur].sd_mbuf = mhead; in cas_encap()
2127 if (sd->sd_mbuf != NULL) { in cas_tint()
2131 m_freem(sd->sd_mbuf); in cas_tint()
2132 sd->sd_mbuf = NULL; in cas_tint()
2162 while (sc->sc_txd[bix].sd_mbuf == NULL) { in cas_start()
Dif_casvar.h65 struct mbuf *sd_mbuf; member
Dif_txpreg.h560 struct mbuf * sd_mbuf; member