Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/vr/
Dif_vrreg.h657 struct vr_txdesc { struct
671 struct vr_txdesc vr_txdesc[VR_TX_RING_CNT]; argument
Dif_vr.c876 struct vr_txdesc *txd; in vr_dma_alloc()
1018 txd = &sc->vr_cdata.vr_txdesc[i]; in vr_dma_alloc()
1056 struct vr_txdesc *txd; in vr_dma_free()
1093 txd = &sc->vr_cdata.vr_txdesc[i]; in vr_dma_free()
1135 struct vr_txdesc *txd; in vr_tx_ring_init()
1152 txd = &sc->vr_cdata.vr_txdesc[i]; in vr_tx_ring_init()
1430 struct vr_txdesc *txd; in vr_txeof()
1465 txd = &sc->vr_cdata.vr_txdesc[cons]; in vr_txeof()
1784 struct vr_txdesc *txd; in vr_encap()
1849 txd = &sc->vr_cdata.vr_txdesc[prod]; in vr_encap()
[all …]