Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwi/
H A Dif_bwi.c3392 uint32_t tx_status0, tx_status1 __unused; in bwi_txeof() local
3396 tx_status0 = CSR_READ_4(sc, BWI_TXSTATUS0); in bwi_txeof()
3397 if ((tx_status0 & BWI_TXSTATUS0_VALID) == 0) in bwi_txeof()
3401 tx_id = __SHIFTOUT(tx_status0, BWI_TXSTATUS0_TXID_MASK); in bwi_txeof()
3402 data_txcnt = __SHIFTOUT(tx_status0, in bwi_txeof()
3405 if (tx_status0 & (BWI_TXSTATUS0_AMPDU | BWI_TXSTATUS0_PENDING)) in bwi_txeof()
3408 _bwi_txeof(sc, le16toh(tx_id), tx_status0 & BWI_TXSTATUS0_ACKED, in bwi_txeof()