Searched refs:wcid_idx (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 1134 u16 wcid_idx; in mt76_connac2_txwi_free() local 1143 wcid_idx = wcid->idx; in mt76_connac2_txwi_free() 1145 wcid_idx = le32_get_bits(txwi[1], MT_TXD1_WLAN_IDX); in mt76_connac2_txwi_free() 1146 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_connac2_txwi_free() 1162 __mt76_tx_complete_skb(dev, wcid_idx, t->skb, free_list); in mt76_connac2_txwi_free()
|
H A D | mac80211.c | 1202 int wcid_idx; in mt76_airtime_flush_ampdu() local 1207 wcid_idx = dev->rx_ampdu_status.wcid_idx; in mt76_airtime_flush_ampdu() 1208 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in mt76_airtime_flush_ampdu() 1209 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_airtime_flush_ampdu() 1249 dev->rx_ampdu_status.wcid_idx = wcid ? wcid->idx : 0xff; in mt76_airtime_check()
|
H A 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()
|
H A D | mt76.h | 612 u16 wcid_idx; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 1041 u16 wcid_idx; in mt7996_txwi_free() local 1050 wcid_idx = wcid->idx; in mt7996_txwi_free() 1055 wcid_idx = le32_get_bits(txwi[9], MT_TXD9_WLAN_IDX); in mt7996_txwi_free() 1058 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7996_txwi_free()
|