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

/freebsd-13-stable/sys/dev/cas/
H A Dif_casvar.h121 void *rxds_buf; /* receive buffer */ member in struct:cas_rxdsoft
H A Dif_cas.c311 &sc->sc_rxdsoft[i].rxds_buf, BUS_DMA_WAITOK,
322 sc->sc_rxdsoft[i].rxds_dmamap, sc->sc_rxdsoft[i].rxds_buf,
449 if (sc->sc_rxdsoft[i].rxds_buf != NULL)
451 sc->sc_rxdsoft[i].rxds_buf,
505 if (sc->sc_rxdsoft[i].rxds_buf != NULL)
507 sc->sc_rxdsoft[i].rxds_buf,
1736 m_extadd(m, (char *)rxds->rxds_buf +
1777 m_extadd(m, (char *)rxds->rxds_buf + off,
1811 (char *)rxds2->rxds_buf,

Completed in 33 milliseconds