Searched refs:wcid_idx (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
| D | mt76_connac_mac.c | 1148 u16 wcid_idx; in mt76_connac2_txwi_free() local 1157 wcid_idx = wcid->idx; in mt76_connac2_txwi_free() 1159 wcid_idx = le32_get_bits(txwi[1], MT_TXD1_WLAN_IDX); in mt76_connac2_txwi_free() 1160 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_connac2_txwi_free() 1176 __mt76_tx_complete_skb(dev, wcid_idx, t->skb, free_list); in mt76_connac2_txwi_free()
|
| D | tx.c | 239 void __mt76_tx_complete_skb(struct mt76_dev *dev, u16 wcid_idx, struct sk_buff *skb, in __mt76_tx_complete_skb() argument 253 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in __mt76_tx_complete_skb() 254 wcid = rcu_dereference(dev->wcid[wcid_idx]); in __mt76_tx_complete_skb()
|
| D | mac80211.c | 1197 int wcid_idx; in mt76_airtime_flush_ampdu() local 1202 wcid_idx = dev->rx_ampdu_status.wcid_idx; in mt76_airtime_flush_ampdu() 1203 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in mt76_airtime_flush_ampdu() 1204 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_airtime_flush_ampdu() 1244 dev->rx_ampdu_status.wcid_idx = wcid ? wcid->idx : 0xff; in mt76_airtime_check()
|
| D | mt76.h | 610 u16 wcid_idx; member
|
| /Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
| D | mac.c | 1040 u16 wcid_idx; in mt7996_txwi_free() local 1049 wcid_idx = wcid->idx; in mt7996_txwi_free() 1054 wcid_idx = le32_get_bits(txwi[1], MT_TXD1_WLAN_IDX); in mt7996_txwi_free() 1057 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7996_txwi_free()
|