Home
last modified time | relevance | path

Searched refs:wcid_idx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c1148 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()
H A Dmac80211.c1253 int wcid_idx; in mt76_airtime_flush_ampdu() local
1258 wcid_idx = dev->rx_ampdu_status.wcid_idx; in mt76_airtime_flush_ampdu()
1259 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in mt76_airtime_flush_ampdu()
1260 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_airtime_flush_ampdu()
1300 dev->rx_ampdu_status.wcid_idx = wcid ? wcid->idx : 0xff; in mt76_airtime_check()
H A Dtx.c239 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 Dmt76.h664 u16 wcid_idx; member
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c1072 u16 wcid_idx; in mt7925_txwi_free() local
1083 wcid_idx = wcid->idx; in mt7925_txwi_free()
1085 wcid_idx = le32_get_bits(txwi[1], MT_TXD1_WLAN_IDX); in mt7925_txwi_free()
1088 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7925_txwi_free()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1064 u16 wcid_idx; in mt7996_txwi_free() local
1073 wcid_idx = wcid->idx; in mt7996_txwi_free()
1078 wcid_idx = le32_get_bits(txwi[9], MT_TXD9_WLAN_IDX); in mt7996_txwi_free()
1081 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7996_txwi_free()