Searched refs:tx_status0 (Results 1 – 1 of 1) sorted by relevance
3398 uint32_t tx_status0, tx_status1 __unused; in bwi_txeof() local3402 tx_status0 = CSR_READ_4(sc, BWI_TXSTATUS0); in bwi_txeof()3403 if ((tx_status0 & BWI_TXSTATUS0_VALID) == 0) in bwi_txeof()3407 tx_id = __SHIFTOUT(tx_status0, BWI_TXSTATUS0_TXID_MASK); in bwi_txeof()3408 data_txcnt = __SHIFTOUT(tx_status0, in bwi_txeof()3411 if (tx_status0 & (BWI_TXSTATUS0_AMPDU | BWI_TXSTATUS0_PENDING)) in bwi_txeof()3414 _bwi_txeof(sc, le16toh(tx_id), tx_status0 & BWI_TXSTATUS0_ACKED, in bwi_txeof()