Home
last modified time | relevance | path

Searched refs:mt76_mcu_send_msg (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmcu.c36 mt76_mcu_send_msg(dev, CMD_SWITCH_CHANNEL_OP, &msg, sizeof(msg), true); in mt76x2_mcu_set_channel()
41 return mt76_mcu_send_msg(dev, CMD_SWITCH_CHANNEL_OP, &msg, sizeof(msg), in mt76x2_mcu_set_channel()
69 return mt76_mcu_send_msg(dev, CMD_LOAD_CR, &msg, sizeof(msg), true); in mt76x2_mcu_load_cr()
87 return mt76_mcu_send_msg(dev, CMD_INIT_GAIN_OP, &msg, sizeof(msg), in mt76x2_mcu_init_gain()
103 return mt76_mcu_send_msg(dev, CMD_CALIBRATION_OP, &msg, sizeof(msg), in mt76x2_mcu_tssi_comp()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmcu.c36 mt76_mcu_send_msg(&dev->mt76, CMD_SWITCH_CHANNEL_OP, &msg, in mt76x2_mcu_set_channel()
42 return mt76_mcu_send_msg(&dev->mt76, CMD_SWITCH_CHANNEL_OP, &msg, in mt76x2_mcu_set_channel()
70 return mt76_mcu_send_msg(&dev->mt76, CMD_LOAD_CR, &msg, sizeof(msg), in mt76x2_mcu_load_cr()
89 return mt76_mcu_send_msg(&dev->mt76, CMD_INIT_GAIN_OP, &msg, in mt76x2_mcu_init_gain()
105 return mt76_mcu_send_msg(&dev->mt76, CMD_CALIBRATION_OP, &msg, in mt76x2_mcu_tssi_comp()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c117 return mt76_mcu_send_msg(dev, MCU_UNI_CMD_OFFLOAD, &req, sizeof(req), in mt7921_mcu_set_ipv6_ns_filter()
460 return mt76_mcu_send_msg(&dev->mt76, MCU_CE_CMD(FWLOG_2_HOST), in mt7921_mcu_fw_log_2_host()
551 ret = mt76_mcu_send_msg(&dev->mt76, MCU_CE_CMD(SET_EDCA_PARMS), &req, in mt7921_mcu_set_tx()
575 return mt76_mcu_send_msg(&dev->mt76, MCU_CE_CMD(SET_MU_EDCA_PARMS), in mt7921_mcu_set_tx()
642 return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(ROC), in mt7921_mcu_set_roc()
672 return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(ROC), in mt7921_mcu_abort_roc()
732 return mt76_mcu_send_msg(&dev->mt76, cmd, &req, sizeof(req), true); in mt7921_mcu_set_chan_info()
746 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(EFUSE_BUFFER_MODE), in mt7921_mcu_set_eeprom()
784 return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(BSS_INFO_UPDATE), in mt7921_mcu_uni_bss_ps()
820 return mt76_mcu_send_msg( in mt7921_mcu_uni_bss_bcnft()
[all...]
H A Dtestmode.c68 ret = mt76_mcu_send_msg(&dev->mt76, MCU_CE_CMD(TEST_CTRL), &cmd, in mt7921_tm_set()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.c92 return mt76_mcu_send_msg(dev, CMD_FUN_SET_OP, &msg, sizeof(msg), wait); in mt76x02_mcu_function_select()
106 return mt76_mcu_send_msg(dev, CMD_POWER_SAVING_OP, &msg, sizeof(msg), in mt76x02_mcu_set_radio_state()
126 ret = mt76_mcu_send_msg(dev, CMD_CALIBRATION_OP, &msg, sizeof(msg), in mt76x02_mcu_calibrate()
H A Dmt76.h693 #define mt76_mcu_send_msg(dev, ...) (dev)->mt76.mcu_ops->mcu_send_msg(&((dev)->mt76), __VA_ARGS__) macro
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.c97 return mt76_mcu_send_msg(&dev->mt76, CMD_FUN_SET_OP, &msg, in mt76x02_mcu_function_select()
112 return mt76_mcu_send_msg(&dev->mt76, CMD_POWER_SAVING_OP, &msg, in mt76x02_mcu_set_radio_state()
132 ret = mt76_mcu_send_msg(&dev->mt76, CMD_CALIBRATION_OP, &msg, in mt76x02_mcu_calibrate()
H A Dmt76_connac_mcu.c18 return mt76_mcu_send_msg(dev, MCU_CMD(FW_START_REQ), &req, in mt76_connac_mcu_start_firmware()
32 return mt76_mcu_send_msg(dev, MCU_CMD(PATCH_SEM_CONTROL), in mt76_connac_mcu_patch_sem_ctrl()
46 return mt76_mcu_send_msg(dev, MCU_CMD(PATCH_FINISH_REQ), in mt76_connac_mcu_start_patch()
74 return mt76_mcu_send_msg(dev, cmd, &req, sizeof(req), true); in mt76_connac_mcu_init_download()
183 return mt76_mcu_send_msg(dev, MCU_EXT_CMD(MAC_INIT_CTRL), &req_mac, in mt76_connac_mcu_set_mac_enable()
205 return mt76_mcu_send_msg(dev, MCU_CE_CMD(SET_PS_PROFILE), in mt76_connac_mcu_set_vif_ps()
225 return mt76_mcu_send_msg(dev, MCU_EXT_CMD(PROTECT_CTRL), &req, in mt76_connac_mcu_set_rts_thresh()
1193 err = mt76_mcu_send_msg(dev, cmd, data, len, true); in mt76_connac_mcu_uni_add_dev()
1201 return mt76_mcu_send_msg(dev, cmd, data, len, true); in mt76_connac_mcu_uni_add_dev()
1500 return mt76_mcu_send_msg(mde in mt76_connac_mcu_uni_set_chctx()
[all...]
H A Dmcu.c119 err = mt76_mcu_send_msg(dev, cmd, data, cur_len, false); in __mt76_mcu_send_firmware()
H A Dmt76.h1518 mt76_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, in mt76_mcu_send_msg() function
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmcu.c91 return mt76_mcu_send_msg(&dev->mt76, -MCU_CMD_TARGET_ADDRESS_LEN_REQ, in mt7603_mcu_init_download()
106 return mt76_mcu_send_msg(&dev->mt76, -MCU_CMD_FW_START_REQ, &req, in mt7603_mcu_start_firmware()
113 return mt76_mcu_send_msg(dev, -MCU_CMD_RESTART_DL_REQ, NULL, 0, true); in mt7603_mcu_restart()
333 ret = mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD_EFUSE_BUFFER_MODE, in mt7603_mcu_set_eeprom()
380 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD_SET_TX_POWER_CTRL, in mt7603_mcu_set_tx_power()
426 ret = mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD_CHANNEL_SWITCH, &req, in mt7603_mcu_set_channel()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c210 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_QUERY(RF_REG_ACCESS), in mt7615_rf_rr()
226 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(RF_REG_ACCESS), in mt7615_rf_wr()
618 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(MUAR_UPDATE), in mt7615_mcu_muar_config()
662 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(DEV_INFO_UPDATE), in mt7615_mcu_add_dev()
729 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(BCN_OFFLOAD), &req, in mt7615_mcu_add_beacon_offload()
1102 return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(BSS_INFO_UPDATE), in mt7615_mcu_uni_add_beacon_offload()
1217 return mt76_mcu_send_msg(dev, MCU_CMD(RESTART_DL_REQ), NULL, 0, true); in mt7615_mcu_restart()
1499 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(FW_LOG_2_HOST), in mt7615_mcu_fw_log_2_host()
1512 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(CAL_CACHE), &data, in mt7615_mcu_cal_cache_apply()
1816 return mt76_mcu_send_msg( in mt7615_mcu_set_wmm()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c66 ret = mt76_mcu_send_msg(&dev->mt76, in mt7915_tm_set_tx_power()
84 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(ATE_CTRL), &req, in mt7915_tm_set_freq_offset()
100 return mt76_mcu_send_msg(&dev->mt76, in mt7915_tm_mode_ctrl()
117 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(ATE_CTRL), &req, in mt7915_tm_set_trx()
132 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(ATE_CTRL), &req, in mt7915_tm_clean_hwq()
150 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(ATE_CTRL), &req, in mt7915_tm_set_slot_time()
505 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(RF_TEST), &req, in mt7915_tm_rf_switch_mode()
620 ret = mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(RF_TEST), &req, in mt7915_tm_set_tx_cont()
631 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(RF_TEST), &req, in mt7915_tm_set_tx_cont()
H A Dmcu.c222 return mt76_mcu_send_msg(&dev->mt76, cmd, &req, sizeof(req), false); in mt7915_mcu_wa_cmd()
635 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(MUAR_UPDATE), &req, in mt7915_mcu_muar_config()
1647 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(SET_DRR_CTRL), &req, in mt7915_mcu_add_group()
1772 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(DEV_INFO_UPDATE), in mt7915_mcu_add_dev_info()
2101 return mt76_mcu_send_msg(&dev->mt76, MCU_WA_EXT_CMD(FW_LOG_2_HOST), in mt7915_mcu_fw_log_2_host()
2104 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(FW_LOG_2_HOST), &data, in mt7915_mcu_fw_log_2_host()
2122 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(FW_DBG_CTRL), &data, in mt7915_mcu_fw_dbg_ctrl()
2136 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(MURU_CTRL), &data, in mt7915_mcu_muru_debug_set()
2211 return mt76_mcu_send_msg(&dev->mt76, MCU_WA_EXT_CMD(MWDS_SUPPORT), &req, in mt7915_mcu_set_mwds()
2226 return mt76_mcu_send_msg( in mt7915_mcu_set_muru_ctrl()
[all...]
H A Ddebugfs.c1128 ret = mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(TX_POWER_FEATURE_CTRL), in mt7915_rate_txpower_set()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c321 return mt76_mcu_send_msg(&dev->mt76, cmd, &req, sizeof(req), false); in mt7996_mcu_wa_cmd()
704 return mt76_mcu_send_msg(&dev->mt76, MCU_WM_UNI_CMD(REPT_MUAR), &req, in mt7996_mcu_muar_config()
1798 return mt76_mcu_send_msg(&dev->mt76, MCU_WM_UNI_CMD(VOW), &req, in mt7996_mcu_add_group()
1986 return mt76_mcu_send_msg(&dev->mt76, MCU_WMWA_UNI_CMD(DEV_INFO_UPDATE), in mt7996_mcu_add_dev_info()
2422 return mt76_mcu_send_msg(dev, MCU_WM_UNI_CMD(POWER_CTRL), &req, in mt7996_mcu_restart()
2478 return mt76_mcu_send_msg(&dev->mt76, MCU_WA_UNI_CMD(WSYS_CONFIG), in mt7996_mcu_fw_log_2_host()
2481 return mt76_mcu_send_msg(&dev->mt76, MCU_WM_UNI_CMD(WSYS_CONFIG), &data, in mt7996_mcu_fw_log_2_host()
2502 return mt76_mcu_send_msg(&dev->mt76, MCU_WM_UNI_CMD(WSYS_CONFIG), &data, in mt7996_mcu_fw_dbg_ctrl()
2515 return mt76_mcu_send_msg(&dev->mt76, MCU_WA_EXT_CMD(MWDS_SUPPORT), &req, in mt7996_mcu_set_mwds()
2744 return mt76_mcu_send_msg( in mt7996_mcu_set_fcc5_lpn()
[all...]

Completed in 50 milliseconds