Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vrreg.h655 struct vr_txdesc { struct
669 struct vr_txdesc vr_txdesc[VR_TX_RING_CNT]; argument
H A Dif_vr.c880 struct vr_txdesc *txd; in vr_dma_alloc()
1022 txd = &sc->vr_cdata.vr_txdesc[i]; in vr_dma_alloc()
1060 struct vr_txdesc *txd; in vr_dma_free()
1095 txd = &sc->vr_cdata.vr_txdesc[i]; in vr_dma_free()
1137 struct vr_txdesc *txd; in vr_tx_ring_init()
1154 txd = &sc->vr_cdata.vr_txdesc[i]; in vr_tx_ring_init()
1432 struct vr_txdesc *txd; in vr_txeof()
1467 txd = &sc->vr_cdata.vr_txdesc[cons]; in vr_txeof()
1786 struct vr_txdesc *txd; in vr_encap()
1851 txd = &sc->vr_cdata.vr_txdesc[prod]; in vr_encap()
[all …]