Lines Matching full:txs
1330 u32 final_rate, final_rate_flags, final_nss, txs; in mt7615_fill_txs() local
1332 txs = le32_to_cpu(txs_data[1]); in mt7615_fill_txs()
1333 ampdu = txs & MT_TXS1_AMPDU; in mt7615_fill_txs()
1335 txs = le32_to_cpu(txs_data[3]); in mt7615_fill_txs()
1336 count = FIELD_GET(MT_TXS3_TX_COUNT, txs); in mt7615_fill_txs()
1337 last_idx = FIELD_GET(MT_TXS3_LAST_TX_RATE, txs); in mt7615_fill_txs()
1339 txs = le32_to_cpu(txs_data[0]); in mt7615_fill_txs()
1340 fixed_rate = txs & MT_TXS0_FIXED_RATE; in mt7615_fill_txs()
1341 final_rate = FIELD_GET(MT_TXS0_TX_RATE, txs); in mt7615_fill_txs()
1342 ack_timeout = txs & MT_TXS0_ACK_TIMEOUT; in mt7615_fill_txs()
1344 if (!ampdu && (txs & MT_TXS0_RTS_TIMEOUT)) in mt7615_fill_txs()
1347 if (txs & MT_TXS0_QUEUE_TIMEOUT) in mt7615_fill_txs()