Searched refs:WPI_TX_IDLE (Results 1 – 2 of 2) sorted by relevance
195 #define WPI_TX_IDLE(qid) (1 << ((qid) + 24) | 1 << ((qid) + 16)) macro
1125 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()