Searched refs:wlan_idx (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.h | 214 __le16 wlan_idx; member 246 __le16 wlan_idx; 253 __le16 wlan_idx; 308 __le16 wlan_idx; member 610 __le16 wlan_idx; member 849 __le16 wlan_idx; member
|
| H A D | mcu.c | 659 u16 wlan_idx; in mt7996_mcu_rx_all_sta_info_event() local 664 wlan_idx = le16_to_cpu(res->rate[i].wlan_idx); in mt7996_mcu_rx_all_sta_info_event() 665 wcid = mt76_wcid_ptr(dev, wlan_idx); in mt7996_mcu_rx_all_sta_info_event() 674 wlan_idx = le16_to_cpu(res->adm_stat[i].wlan_idx); in mt7996_mcu_rx_all_sta_info_event() 675 wcid = mt76_wcid_ptr(dev, wlan_idx); in mt7996_mcu_rx_all_sta_info_event() 688 wlan_idx = le16_to_cpu(res->msdu_cnt[i].wlan_idx); in mt7996_mcu_rx_all_sta_info_event() 689 wcid = mt76_wcid_ptr(dev, wlan_idx); in mt7996_mcu_rx_all_sta_info_event() 872 le16_to_cpu(info->wlan_idx), in mt7996_mcu_rx_ps_sync() 1164 struct mt76_phy *phy, u16 wlan_idx, in mt7996_mcu_bss_basic_tlv() argument 1170 u16 sta_wlan_idx = wlan_idx; in mt7996_mcu_bss_basic_tlv() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| H A D | mac.c | 954 int wlan_idx; in mt7603_mac_write_txwi() local 978 wlan_idx = wcid->idx; in mt7603_mac_write_txwi() 980 wlan_idx = MT7603_WTBL_RESERVED; in mt7603_mac_write_txwi() 995 FIELD_PREP(MT_TXD1_WLAN_IDX, wlan_idx) | in mt7603_mac_write_txwi()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mcu.h | 454 u8 wlan_idx; member
|
| H A D | mcu.c | 1344 sec->wlan_idx = (u8)wcid->idx; in mt7925_mcu_sta_key_tlv()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 3668 u8 wlan_idx[4]; in mt7915_mcu_set_txbf() member 4136 int mt7915_mcu_wed_wa_tx_stats(struct mt7915_dev *dev, u16 wlan_idx) in mt7915_mcu_wed_wa_tx_stats() argument 4162 req.arg0 = cpu_to_le32(wlan_idx); in mt7915_mcu_wed_wa_tx_stats() 4166 req.arg2 = cpu_to_le16(wlan_idx); in mt7915_mcu_wed_wa_tx_stats() 4184 if (ret_wcid != wlan_idx) { in mt7915_mcu_wed_wa_tx_stats() 4191 wcid = mt76_wcid_ptr(dev, wlan_idx); in mt7915_mcu_wed_wa_tx_stats()
|
| H A D | mmio.c | 584 int idx = le16_to_cpu(stats->wlan_idx); in mt7915_mmio_wed_update_rx_stats()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 2884 struct mt76_phy *phy, u16 wlan_idx, in mt76_connac_mcu_bss_basic_tlv() argument 2922 wlan_idx = wcid->idx; in mt76_connac_mcu_bss_basic_tlv() 2936 bss->bmc_wcid_lo = to_wcid_lo(wlan_idx); in mt76_connac_mcu_bss_basic_tlv() 2937 bss->bmc_wcid_hi = to_wcid_hi(wlan_idx); in mt76_connac_mcu_bss_basic_tlv()
|
| H A D | mt76_connac_mcu.h | 2135 struct mt76_phy *phy, u16 wlan_idx,
|