Searched refs:tx_flist (Results 1 – 2 of 2) sorted by relevance
100 struct epic_frag_list *tx_flist; member
312 error = bus_dmamem_alloc(sc->ftag, (void **)&sc->tx_flist, in epic_attach()318 error = bus_dmamap_load(sc->ftag, sc->fmap, sc->tx_flist, in epic_attach()446 if (sc->tx_flist) { in epic_release()448 bus_dmamem_free(sc->ftag, sc->tx_flist, sc->fmap); in epic_release()662 flist = sc->tx_flist + sc->cur_tx; in epic_ifstart_locked()1490 flist = sc->tx_flist + sc->cur_tx; in epic_queue_last_packet()