Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/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 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 Dmac80211.c1228 int wcid_idx; in mt76_airtime_flush_ampdu() local
1233 wcid_idx = dev->rx_ampdu_status.wcid_idx; in mt76_airtime_flush_ampdu()
1234 if (wcid_idx < ARRAY_SIZE(dev->wcid)) in mt76_airtime_flush_ampdu()
1235 wcid = rcu_dereference(dev->wcid[wcid_idx]); in mt76_airtime_flush_ampdu()
1275 dev->rx_ampdu_status.wcid_idx = wcid ? wcid->idx : 0xff; in mt76_airtime_check()
H A Dmt76.h617 u16 wcid_idx; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1043 u16 wcid_idx; in mt7996_txwi_free() local
1052 wcid_idx = wcid->idx; in mt7996_txwi_free()
1057 wcid_idx = le32_get_bits(txwi[1], MT_TXD1_WLAN_IDX); in mt7996_txwi_free()
1060 __mt76_tx_complete_skb(mdev, wcid_idx, t->skb, free_list); in mt7996_txwi_free()