Home
last modified time | relevance | path

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

/freebsd/sys/dev/stge/
H A Dif_stgereg.h566 struct stge_txdesc { struct
569 STAILQ_ENTRY(stge_txdesc) tx_q; argument
572 STAILQ_HEAD(stge_txdq, stge_txdesc);
587 struct stge_txdesc stge_txdesc[STGE_TX_RING_CNT]; member
H A Dif_stge.c717 struct stge_txdesc *txd; in stge_dma_alloc()
851 txd = &sc->sc_cdata.stge_txdesc[i]; in stge_dma_alloc()
888 struct stge_txdesc *txd; in stge_dma_free()
923 txd = &sc->sc_cdata.stge_txdesc[i]; in stge_dma_free()
1057 struct stge_txdesc *txd; in stge_encap()
1520 struct stge_txdesc *txd; in stge_txeof()
2195 struct stge_txdesc *txd; in stge_stop()
2245 txd = &sc->sc_cdata.stge_txdesc[i]; in stge_stop()
2354 struct stge_txdesc *txd; in stge_init_tx_ring()
2374 txd = &sc->sc_cdata.stge_txdesc[i]; in stge_init_tx_ring()