Searched refs:tx_status0 (Results 1 – 1 of 1) sorted by relevance
9128 uint32_t tx_status0, tx_status1; in bwi_txeof() local9131 tx_status0 = CSR_READ_4(sc, BWI_TXSTATUS_0); in bwi_txeof()9132 if (tx_status0 == 0) in bwi_txeof()9136 tx_id = __SHIFTOUT(tx_status0, BWI_TXSTATUS_0_TXID_MASK); in bwi_txeof()9137 tx_info = BWI_TXSTATUS_0_INFO(tx_status0); in bwi_txeof()