Home
last modified time | relevance | path

Searched refs:sc_tx_ring (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pv/
H A Dif_xnf.c183 struct xnf_tx_ring *sc_tx_ring; member
334 if (sc->sc_tx_ring) in xnf_detach()
477 if (sc->sc_tx_ring) in xnf_stop()
488 struct xnf_tx_ring *txr = sc->sc_tx_ring; in xnf_start()
561 struct xnf_tx_ring *txr = sc->sc_tx_ring; in xnf_encap()
686 struct xnf_tx_ring *txr = sc->sc_tx_ring; in xnf_watchdog()
697 struct xnf_tx_ring *txr = sc->sc_tx_ring; in xnf_txeof()
1029 sc->sc_tx_ring->txr_prod_event = sc->sc_tx_ring->txr_cons_event = 1; in xnf_tx_ring_create()
1060 struct xnf_tx_ring *txr = sc->sc_tx_ring; in xnf_tx_ring_drain()
1091 if (sc->sc_tx_ring) { in xnf_tx_ring_destroy()
[all …]
/openbsd/sys/dev/pci/
H A Dif_et.c596 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_dma_alloc()
683 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_dma_free()
1134 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_free_tx_ring()
1292 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_init_tx_ring()
1415 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_init_txdma()
1762 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_encap()
1875 struct et_txdesc_ring *tx_ring = &sc->sc_tx_ring; in et_txeof()
H A Dif_etreg.h504 struct et_txdesc_ring sc_tx_ring; member