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

/freebsd-10.2-release/sys/dev/ffec/
H A Dif_ffec.c175 struct ffec_bufmap txbuf_map[RX_DESC_COUNT]; member in struct:ffec_softc
604 error = bus_dmamap_load_mbuf_sg(sc->txbuf_tag, sc->txbuf_map[idx].map,
609 bus_dmamap_sync(sc->txbuf_tag, sc->txbuf_map[idx].map,
612 sc->txbuf_map[idx].mbuf = m;
693 bmap = &sc->txbuf_map[sc->tx_idx_tail];
1047 bmap = &sc->txbuf_map[idx];
1394 if ((map = sc->txbuf_map[idx].map) != NULL) {
1545 &sc->txbuf_map[idx].map);

Completed in 99 milliseconds