Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c1006 u8 wcidx; in mt7615_mac_add_txs() local
1012 wcidx = FIELD_GET(MT_TXS2_WCID, txs); in mt7615_mac_add_txs()
1017 if (wcidx >= ARRAY_SIZE(dev->mt76.wcid)) in mt7615_mac_add_txs()
1022 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7615_mac_add_txs()
1032 if (wcidx >= MT7615_WTBL_STA || !sta) in mt7615_mac_add_txs()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7603/
Dmac.c1115 u8 wcidx; in mt7603_mac_add_txs() local
1121 wcidx = FIELD_GET(MT_TXS3_WCID, txs); in mt7603_mac_add_txs()
1126 if (wcidx >= ARRAY_SIZE(dev->mt76.wcid)) in mt7603_mac_add_txs()
1131 wcid = rcu_dereference(dev->mt76.wcid[wcidx]); in mt7603_mac_add_txs()
1141 if (wcidx >= MT7603_WTBL_STA || !sta) in mt7603_mac_add_txs()