Searched refs:wlan_idx (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.h14 u8 wlan_idx; member in struct:mt7921_mcu_tx_done_event
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h179 __le16 wlan_idx; member in struct:all_sta_trx_rate
211 __le16 wlan_idx;
218 __le16 wlan_idx;
525 __le16 wlan_idx; member in struct:sec_key_uni
704 __le16 wlan_idx; member in struct:ra_rate
H A Dmcu.c515 u16 wlan_idx; local
520 wlan_idx = le16_to_cpu(res->rate[i].wlan_idx);
521 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]);
530 wlan_idx = le16_to_cpu(res->adm_stat[i].wlan_idx);
531 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]);
544 wlan_idx = le16_to_cpu(res->msdu_cnt[i].wlan_idx);
545 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]);
967 mt7996_mcu_bss_basic_tlv(struct sk_buff *skb, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct mt76_phy *phy, u16 wlan_idx, bool enable) argument
2116 __le16 wlan_idx; member in struct:__anon1382
[all...]
H A Ddebugfs.c932 phy.wlan_idx = cpu_to_le16(msta->wcid.idx);
/linux-master/include/linux/soc/mediatek/
H A Dmtk_wed.h72 __le16 wlan_idx; member in struct:mtk_wed_wo_rx_stats
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c930 int wlan_idx; local
954 wlan_idx = wcid->idx;
956 wlan_idx = MT7603_WTBL_RESERVED;
971 FIELD_PREP(MT_TXD1_WLAN_IDX, wlan_idx) |
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.h412 u8 wlan_idx; member in struct:sta_rec_sec_uni
H A Dmcu.c982 sec->wlan_idx = (u8)wcid->idx;
2067 struct mt76_phy *phy, u16 wlan_idx,
2098 basic_req->bmc_tx_wlan_idx = cpu_to_le16(wlan_idx);
2063 mt7925_mcu_bss_basic_tlv(struct sk_buff *skb, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_chanctx_conf *ctx, struct mt76_phy *phy, u16 wlan_idx, bool enable) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3394 u8 wlan_idx[4]; member in struct:__anon1244::__anon1245::__anon1246
3800 int mt7915_mcu_wed_wa_tx_stats(struct mt7915_dev *dev, u16 wlan_idx) argument
3806 __le16 wlan_idx; member in struct:__anon1257
3810 .wlan_idx = cpu_to_le16(wlan_idx),
3813 __le16 wlan_idx; member in struct:mt7915_mcu_wa_tx_stat
3836 if (le16_to_cpu(res->wlan_idx) != wlan_idx) {
3843 wcid = rcu_dereference(dev->mt76.wcid[wlan_idx]);
H A Dmmio.c582 int idx = le16_to_cpu(stats->wlan_idx);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2717 struct mt76_phy *phy, u16 wlan_idx,
2755 wlan_idx = wcid->idx;
2769 bss->bmc_wcid_lo = to_wcid_lo(wlan_idx);
2770 bss->bmc_wcid_hi = to_wcid_hi(wlan_idx);
2714 mt76_connac_mcu_bss_basic_tlv(struct sk_buff *skb, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct mt76_phy *phy, u16 wlan_idx, bool enable) argument
H A Dmt76_connac_mcu.h1995 struct mt76_phy *phy, u16 wlan_idx,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c678 u8 wlan_idx; member in struct:req
693 .wlan_idx = wcid->idx,

Completed in 196 milliseconds