Home
last modified time | relevance | path

Searched refs:stge_tx_ring (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/stge/
H A Dif_stge.c809 (void **)&sc->sc_rdata.stge_tx_ring, BUS_DMA_NOWAIT | in stge_dma_alloc()
819 sc->sc_cdata.stge_tx_ring_map, sc->sc_rdata.stge_tx_ring, in stge_dma_alloc()
897 if (sc->sc_rdata.stge_tx_ring) in stge_dma_free()
899 sc->sc_rdata.stge_tx_ring, in stge_dma_free()
901 sc->sc_rdata.stge_tx_ring = NULL; in stge_dma_free()
1106 tfd = &sc->sc_rdata.stge_tx_ring[si]; in stge_encap()
1542 control = le64toh(sc->sc_rdata.stge_tx_ring[cons].tfd_control); in stge_txeof()
2366 bzero(rd->stge_tx_ring, STGE_TX_RING_SZ); in stge_init_tx_ring()
2372 rd->stge_tx_ring[i].tfd_next = htole64(addr); in stge_init_tx_ring()
2373 rd->stge_tx_ring[i].tfd_control = htole64(TFD_TFDDone); in stge_init_tx_ring()
H A Dif_stgereg.h611 struct stge_tfd *stge_tx_ring; member