Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/
Dmac80211.c900 int wcid_idx; in mt76_airtime_flush_ampdu() local
905 wcid_idx = dev->rx_ampdu_status.wcid_idx; in mt76_airtime_flush_ampdu()
906 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in mt76_airtime_flush_ampdu()
907 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_airtime_flush_ampdu()
947 dev->rx_ampdu_status.wcid_idx = wcid ? wcid->idx : 0xff; in mt76_airtime_check()
Dtx.c199 void __mt76_tx_complete_skb(struct mt76_dev *dev, u16 wcid_idx, struct sk_buff *skb, in __mt76_tx_complete_skb() argument
212 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in __mt76_tx_complete_skb()
213 wcid = rcu_dereference(dev->wcid[wcid_idx]); in __mt76_tx_complete_skb()
Dmt76.h519 u16 wcid_idx; member
/drivers/net/wireless/mediatek/mt76/mt7915/
Dmac.c1122 u16 wcid_idx; in mt7915_txwi_free() local
1131 wcid_idx = wcid->idx; in mt7915_txwi_free()
1136 wcid_idx = FIELD_GET(MT_TXD1_WLAN_IDX, le32_to_cpu(txwi[1])); in mt7915_txwi_free()
1139 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7915_txwi_free()