Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/stge/
HDif_stge.c813 (void **)&sc->sc_rdata.stge_tx_ring, BUS_DMA_NOWAIT | in stge_dma_alloc()
823 sc->sc_cdata.stge_tx_ring_map, sc->sc_rdata.stge_tx_ring, in stge_dma_alloc()
901 if (sc->sc_rdata.stge_tx_ring) in stge_dma_free()
903 sc->sc_rdata.stge_tx_ring, in stge_dma_free()
905 sc->sc_rdata.stge_tx_ring = NULL; in stge_dma_free()
1110 tfd = &sc->sc_rdata.stge_tx_ring[si]; in stge_encap()
1546 control = le64toh(sc->sc_rdata.stge_tx_ring[cons].tfd_control); in stge_txeof()
2370 bzero(rd->stge_tx_ring, STGE_TX_RING_SZ); in stge_init_tx_ring()
2376 rd->stge_tx_ring[i].tfd_next = htole64(addr); in stge_init_tx_ring()
2377 rd->stge_tx_ring[i].tfd_control = htole64(TFD_TFDDone); in stge_init_tx_ring()
HDif_stgereg.h611 struct stge_tfd *stge_tx_ring; member