Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dif_mtwvar.h91 struct mtw_tx_ring { struct
218 struct mtw_tx_ring sc_mcu;
220 struct mtw_tx_ring txq[MTW_TXQ_COUNT];
H A Dif_mtw.c509 struct mtw_tx_ring *txq = &sc->txq[qid]; in mtw_alloc_tx_ring()
550 struct mtw_tx_ring *txq = &sc->txq[qid]; in mtw_free_tx_ring()
567 struct mtw_tx_ring *ring = &sc->sc_mcu; in mtw_alloc_mcu_ring()
599 struct mtw_tx_ring *txq = &sc->sc_mcu; in mtw_free_mcu_ring()
610 struct mtw_tx_ring *ring = &sc->txq[MTW_TXQ_MCU]; in mtw_ucode_write()
1197 struct mtw_tx_ring *ring = &sc->sc_mcu; in mtw_mcu_cmd()
2187 struct mtw_tx_ring *txq = &sc->txq[data->qid]; in mtw_txeof()
2223 struct mtw_tx_ring *ring; in mtw_tx()