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

/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwi.c3407 uint32_t tx_status0, tx_status1; local
3411 tx_status0 = CSR_READ_4(sc, BWI_TXSTATUS0);
3412 if ((tx_status0 & BWI_TXSTATUS0_VALID) == 0)
3416 tx_id = __SHIFTOUT(tx_status0, BWI_TXSTATUS0_TXID_MASK);
3417 data_txcnt = __SHIFTOUT(tx_status0,
3420 if (tx_status0 & (BWI_TXSTATUS0_AMPDU | BWI_TXSTATUS0_PENDING))
3423 _bwi_txeof(sc, le16toh(tx_id), tx_status0 & BWI_TXSTATUS0_ACKED,

Completed in 99 milliseconds