Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmain.c217 mvif->omac_idx = idx; in mt7915_add_interface()
232 phy->omac_mask |= BIT_ULL(mvif->omac_idx); in mt7915_add_interface()
254 (!mvif->omac_idx || mvif->omac_idx > 3)) in mt7915_add_interface()
292 phy->omac_mask &= ~BIT_ULL(mvif->omac_idx); in mt7915_remove_interface()
559 if (mvif->omac_idx > HW_BSSID_MAX) in mt7915_update_bss_color()
841 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in __mt7915_get_tsf()
881 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_set_tsf()
907 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_offset_tsf()
A Dmcu.c772 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7915_mcu_bss_omac_tlv()
774 omac->omac_idx = mvif->omac_idx; in mt7915_mcu_bss_omac_tlv()
1014 if (mvif->omac_idx >= REPEATER_BSSID_START) { in mt7915_mcu_add_bss_info()
1042 if (mvif->omac_idx >= EXT_BSSID_START && in mt7915_mcu_add_bss_info()
1043 mvif->omac_idx < REPEATER_BSSID_START) in mt7915_mcu_add_bss_info()
1268 generic->muar_idx = mvif->omac_idx; in mt7915_mcu_wtbl_generic_tlv()
2446 u8 omac_idx; in mt7915_mcu_add_dev_info() member
2461 .omac_idx = mvif->omac_idx, in mt7915_mcu_add_dev_info()
2474 if (mvif->omac_idx >= REPEATER_BSSID_START) in mt7915_mcu_add_dev_info()
3302 u8 omac_idx; in mt7915_mcu_set_pm() member
[all …]
A Dmcu.h97 u8 omac_idx; member
430 u8 omac_idx; member
A Dmt7915.h125 u8 omac_idx; member
A Dmac.c1038 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7915_mac_write_txwi() local
1047 omac_idx = mvif->omac_idx; in mt7915_mac_write_txwi()
1073 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7915_mac_write_txwi()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmain.c288 mvif->mt76.omac_idx = mvif->mt76.idx; in mt7921_add_interface()
299 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface()
322 (!mvif->mt76.omac_idx || mvif->mt76.omac_idx > 3)) in mt7921_add_interface()
349 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7921_remove_interface()
1033 u8 omac_idx = mvif->mt76.omac_idx; in mt7921_get_tsf() local
1042 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt7921_get_tsf()
1059 u8 omac_idx = mvif->mt76.omac_idx; in mt7921_set_tsf() local
1068 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt7921_set_tsf()
A Dmac.c845 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7921_mac_write_txwi() local
855 omac_idx = mvif->omac_idx; in mt7921_mac_write_txwi()
878 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7921_mac_write_txwi()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmcu.c414 if (c->omac_idx > EXT_BSSID_MAX) in mt7615_mcu_rx_csa_notify()
673 u8 omac_idx; in mt7615_mcu_add_dev() member
688 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_dev()
701 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7615_mcu_add_dev()
719 u8 omac_idx; in mt7615_mcu_add_beacon_offload() member
734 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_beacon_offload()
795 u8 omac_idx; in mt7615_mcu_ctrl_pm_state() member
865 u8 omac_idx = mvif->mt76.omac_idx; in mt7615_mcu_bss_omac_tlv() local
897 omac->omac_idx = mvif->mt76.omac_idx; in mt7615_mcu_bss_omac_tlv()
899 omac->hw_bss_idx = omac_idx > EXT_BSSID_START ? HW_BSSID_0 : omac_idx; in mt7615_mcu_bss_omac_tlv()
[all …]
A Dmain.c211 mvif->mt76.omac_idx = idx; in mt7615_add_interface()
221 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
222 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface()
277 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
278 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface()
879 u16 idx = mvif->mt76.omac_idx; in mt7615_get_tsf()
907 u16 idx = mvif->mt76.omac_idx; in mt7615_set_tsf()
933 u16 idx = mvif->mt76.omac_idx; in mt7615_offset_tsf()
A Dmcu.h182 u8 omac_idx; member
319 u8 omac_idx; member
A Dmac.c616 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
632 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi()
673 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi()
1053 u16 idx = sta->vif->mt76.omac_idx; in mt7615_mac_set_rates()
A Dusb_sdio.c114 idx = sta->vif->mt76.omac_idx; in mt7663_usb_sdio_set_rates()
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c276 .muar_idx = wcid ? mvif->omac_idx : 0, in mt76_connac_mcu_alloc_sta_req()
490 generic->muar_idx = mvif->omac_idx; in mt76_connac_mcu_wtbl_generic_tlv()
1005 u8 omac_idx; in mt76_connac_mcu_uni_add_dev() member
1018 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev()
1040 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev()
1069 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_dev()
1266 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_bss()
1318 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_bss()
A Dmt76_connac_mcu.h657 u8 omac_idx; member
A Dmt76.h614 u8 omac_idx; member

Completed in 66 milliseconds