Home
last modified time | relevance | path

Searched refs:omac_idx (Results 1 – 13 of 13) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c216 mvif->mt76.omac_idx = idx; in mt7915_add_interface()
229 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7915_add_interface()
250 (!mvif->mt76.omac_idx || mvif->mt76.omac_idx > 3)) in mt7915_add_interface()
292 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7915_remove_interface()
568 if (mvif->mt76.omac_idx > HW_BSSID_MAX) in mt7915_update_bss_color()
853 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in __mt7915_get_tsf()
854 : mvif->mt76.omac_idx; in __mt7915_get_tsf()
898 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7915_set_tsf()
899 : mvif->mt76.omac_idx; in mt7915_set_tsf()
929 n = mvif->mt76.omac_idx > HW_BSSID_MAX ? HW_BSSID_0 in mt7915_offset_tsf()
[all …]
Dmcu.h42 u8 omac_idx; member
52 u8 omac_idx; member
Dmcu.c580 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7915_mcu_muar_config()
619 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) { in mt7915_mcu_add_bss_info()
648 if (mvif->mt76.omac_idx >= EXT_BSSID_START && in mt7915_mcu_add_bss_info()
649 mvif->mt76.omac_idx < REPEATER_BSSID_START) in mt7915_mcu_add_bss_info()
1676 u8 omac_idx; in mt7915_mcu_add_dev_info() member
1691 .omac_idx = mvif->mt76.omac_idx, in mt7915_mcu_add_dev_info()
1704 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7915_mcu_add_dev_info()
3424 .own_mac_idx = mvif->mt76.omac_idx, in mt7915_mcu_twt_agrt_update()
/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c278 .muar_idx = wcid ? mvif->omac_idx : 0, in __mt76_connac_mcu_alloc_sta_req()
327 u8 omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv() local
359 omac->omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv()
361 omac->hw_bss_idx = omac_idx > EXT_BSSID_START ? HW_BSSID_0 : omac_idx; in mt76_connac_mcu_bss_omac_tlv()
557 generic->muar_idx = mvif->omac_idx; in mt76_connac_mcu_wtbl_generic_tlv()
1083 u8 omac_idx; in mt76_connac_mcu_uni_add_dev() member
1096 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev()
1118 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev()
1147 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_dev()
1342 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_bss()
[all …]
Dmt76_connac_mac.c461 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0, band_idx = 0; in mt76_connac2_mac_write_txwi() local
473 omac_idx = mvif->omac_idx; in mt76_connac2_mac_write_txwi()
507 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt76_connac2_mac_write_txwi()
Dmt76_connac_mcu.h197 u8 omac_idx; member
1269 u8 omac_idx; member
Dmt76.h683 u8 omac_idx; member
/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c322 mvif->mt76.omac_idx = mvif->mt76.idx; in mt7921_add_interface()
333 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface()
378 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7921_remove_interface()
1121 u8 omac_idx = mvif->mt76.omac_idx; in mt7921_get_tsf() local
1130 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt7921_get_tsf()
1147 u8 omac_idx = mvif->mt76.omac_idx; in mt7921_set_tsf() local
1156 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt7921_set_tsf()
/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c208 mvif->mt76.omac_idx = idx; in mt7615_add_interface()
216 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
217 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
272 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
273 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
886 u16 idx = mvif->mt76.omac_idx; in mt7615_get_tsf()
914 u16 idx = mvif->mt76.omac_idx; in mt7615_set_tsf()
940 u16 idx = mvif->mt76.omac_idx; in mt7615_offset_tsf()
Dmcu.c368 if (c->omac_idx > EXT_BSSID_MAX) in mt7615_mcu_rx_csa_notify()
371 if (ext_phy && ext_phy->omac_mask & BIT_ULL(c->omac_idx)) in mt7615_mcu_rx_csa_notify()
591 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7615_mcu_muar_config()
630 u8 omac_idx; in mt7615_mcu_add_dev() member
645 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_dev()
658 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7615_mcu_add_dev()
676 u8 omac_idx; in mt7615_mcu_add_beacon_offload() member
691 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_beacon_offload()
747 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7615_mcu_add_bss()
760 if (enable && mvif->mt76.omac_idx >= EXT_BSSID_START && in mt7615_mcu_add_bss()
[all …]
Dmcu.h153 u8 omac_idx; member
Dmac.c729 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
745 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi()
786 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi()
1115 u16 idx = sta->vif->mt76.omac_idx; in mt7615_mac_set_rates()
Dusb_sdio.c114 idx = sta->vif->mt76.omac_idx; in mt7663_usb_sdio_set_rates()