Lines Matching refs:txs
1343 u32 final_rate, final_rate_flags, final_nss, txs; in mt7615_fill_txs() local
1345 txs = le32_to_cpu(txs_data[1]); in mt7615_fill_txs()
1346 ampdu = txs & MT_TXS1_AMPDU; in mt7615_fill_txs()
1348 txs = le32_to_cpu(txs_data[3]); in mt7615_fill_txs()
1349 count = FIELD_GET(MT_TXS3_TX_COUNT, txs); in mt7615_fill_txs()
1350 last_idx = FIELD_GET(MT_TXS3_LAST_TX_RATE, txs); in mt7615_fill_txs()
1352 txs = le32_to_cpu(txs_data[0]); in mt7615_fill_txs()
1353 fixed_rate = txs & MT_TXS0_FIXED_RATE; in mt7615_fill_txs()
1354 final_rate = FIELD_GET(MT_TXS0_TX_RATE, txs); in mt7615_fill_txs()
1355 ack_timeout = txs & MT_TXS0_ACK_TIMEOUT; in mt7615_fill_txs()
1357 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7615_fill_txs()
1360 if (txs & MT_TXS0_QUEUE_TIMEOUT) in mt7615_fill_txs()