Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/msk/
H A Dif_msk.c673 struct msk_txdesc *txd; in msk_init_tx_ring()
683 txd = &sc_if->msk_cdata.msk_txdesc[i]; in msk_init_tx_ring()
1959 struct msk_txdesc *txd = &sc_if->msk_cdata.msk_txdesc[i]; in msk_txrx_dma_alloc()
1969 txd = &sc_if->msk_cdata.msk_txdesc[j]; in msk_txrx_dma_alloc()
2186 struct msk_txdesc *txd; in msk_txrx_dma_free()
2274 txd = &sc_if->msk_cdata.msk_txdesc[i]; in msk_txrx_dma_free()
2363 struct msk_txdesc *txd, *txd_last; in msk_encap()
2504 txd = &sc_if->msk_cdata.msk_txdesc[prod]; in msk_encap()
2885 struct msk_txdesc *txd; in msk_txeof()
3678 struct msk_txdesc *txd; in msk_stop()
[all …]
H A Dif_mskreg.h2359 struct msk_txdesc { struct
2374 struct msk_txdesc msk_txdesc[MSK_TX_RING_CNT]; argument