Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h195 #define WPI_TX_IDLE(qid) (1 << ((qid) + 24) | 1 << ((qid) + 16)) macro
H A Dwpi.c1125 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(ring->qid)) in wpi_reset_tx_ring()
1638 if (WPI_READ(sc, WPI_TX_STATUS) & WPI_TX_IDLE(6)) in wpi_load_firmware()