Searched refs:omac_idx (Results 1 – 15 of 15) sorted by relevance
/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | main.c | 214 mvif->omac_idx = idx; in mt7915_add_interface() 229 phy->omac_mask |= BIT_ULL(mvif->omac_idx); in mt7915_add_interface() 250 (!mvif->omac_idx || mvif->omac_idx > 3)) in mt7915_add_interface() 287 phy->omac_mask &= ~BIT_ULL(mvif->omac_idx); in mt7915_remove_interface() 813 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_get_tsf() 841 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_set_tsf() 867 n = mvif->omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : mvif->omac_idx; in mt7915_offset_tsf()
|
D | mcu.c | 724 .muar_idx = msta && msta->wcid.sta ? mvif->omac_idx : 0xe, in mt7915_mcu_alloc_sta_req() 908 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt7915_mcu_bss_omac_tlv() 910 omac->omac_idx = mvif->omac_idx; in mt7915_mcu_bss_omac_tlv() 1073 ext_bss_idx = mvif->omac_idx - EXT_BSSID_START; in mt7915_mcu_bss_ext_tlv() 1109 u32 idx = mvif->omac_idx - REPEATER_BSSID_START; in mt7915_mcu_muar_config() 1147 if (mvif->omac_idx >= REPEATER_BSSID_START) { in mt7915_mcu_add_bss_info() 1175 if (mvif->omac_idx >= EXT_BSSID_START && in mt7915_mcu_add_bss_info() 1176 mvif->omac_idx < REPEATER_BSSID_START) in mt7915_mcu_add_bss_info() 1404 generic->muar_idx = mvif->omac_idx; in mt7915_mcu_wtbl_generic_tlv() 2505 u8 omac_idx; in mt7915_mcu_add_dev_info() member [all …]
|
D | mcu.h | 97 u8 omac_idx; member 454 u8 omac_idx; member
|
D | mac.c | 920 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7915_mac_write_txwi() local 928 omac_idx = mvif->omac_idx; in mt7915_mac_write_txwi() 954 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7915_mac_write_txwi()
|
D | mt7915.h | 100 u8 omac_idx; member
|
/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | main.c | 257 mvif->mt76.omac_idx = mvif->mt76.idx; in mt7921_add_interface() 268 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7921_add_interface() 314 phy->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7921_remove_interface() 835 u8 omac_idx = mvif->mt76.omac_idx; in mt7921_get_tsf() local 844 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt7921_get_tsf() 861 u8 omac_idx = mvif->mt76.omac_idx; in mt7921_set_tsf() local 870 n = omac_idx > HW_BSSID_MAX ? HW_BSSID_0 : omac_idx; in mt7921_set_tsf()
|
D | mac.c | 818 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7921_mac_write_txwi() local 826 omac_idx = mvif->omac_idx; in mt7921_mac_write_txwi() 849 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7921_mac_write_txwi()
|
/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 415 if (c->omac_idx > EXT_BSSID_MAX) in mt7615_mcu_rx_csa_notify() 418 if (ext_phy && ext_phy->omac_mask & BIT_ULL(c->omac_idx)) in mt7615_mcu_rx_csa_notify() 635 u32 idx = mvif->mt76.omac_idx - REPEATER_BSSID_START; in mt7615_mcu_muar_config() 674 u8 omac_idx; in mt7615_mcu_add_dev() member 689 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_dev() 702 if (mvif->mt76.omac_idx >= REPEATER_BSSID_START) in mt7615_mcu_add_dev() 720 u8 omac_idx; in mt7615_mcu_add_beacon_offload() member 735 .omac_idx = mvif->mt76.omac_idx, in mt7615_mcu_add_beacon_offload() 796 u8 omac_idx; in mt7615_mcu_ctrl_pm_state() member 866 u8 omac_idx = mvif->mt76.omac_idx; in mt7615_mcu_bss_omac_tlv() local [all …]
|
D | main.c | 211 mvif->mt76.omac_idx = idx; in mt7615_add_interface() 219 dev->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface() 220 phy->omac_mask |= BIT_ULL(mvif->mt76.omac_idx); in mt7615_add_interface() 273 dev->omac_mask &= ~BIT_ULL(mvif->mt76.omac_idx); in mt7615_remove_interface() 274 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()
|
D | mcu.h | 182 u8 omac_idx; member 319 u8 omac_idx; member
|
D | mac.c | 623 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 639 omac_idx = mvif->omac_idx; in mt7615_mac_write_txwi() 680 FIELD_PREP(MT_TXD1_OWN_MAC, omac_idx); in mt7615_mac_write_txwi() 1063 u16 idx = sta->vif->mt76.omac_idx; in mt7615_mac_set_rates()
|
D | usb_sdio.c | 122 idx = sta->vif->mt76.omac_idx; in mt7663_usb_sdio_set_rates()
|
/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 259 .muar_idx = wcid ? mvif->omac_idx : 0, in mt76_connac_mcu_alloc_sta_req() 473 generic->muar_idx = mvif->omac_idx; in mt76_connac_mcu_wtbl_generic_tlv() 978 u8 omac_idx; in mt76_connac_mcu_uni_add_dev() member 991 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev() 1013 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_dev() 1042 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_dev() 1235 .omac_idx = mvif->omac_idx, in mt76_connac_mcu_uni_add_bss() 1285 idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx; in mt76_connac_mcu_uni_add_bss()
|
D | mt76_connac_mcu.h | 645 u8 omac_idx; member
|
D | mt76.h | 596 u8 omac_idx; member
|