Searched refs:iwl_mld_send_cmd_pdu (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | fw.c | 32 return iwl_mld_send_cmd_pdu(mld, TX_ANT_CONFIGURATION_CMD, &cmd); in iwl_mld_send_tx_ant_cfg() 55 return iwl_mld_send_cmd_pdu(mld, RSS_CONFIG_CMD, &cmd); in iwl_mld_send_rss_cfg_cmd() 65 return iwl_mld_send_cmd_pdu(mld, WIDE_ID(LONG_GROUP, SCAN_CFG_CMD), in iwl_mld_config_scan() 306 ret = iwl_mld_send_cmd_pdu(mld, in iwl_mld_run_fw_init_sequence()
|
| H A D | phy.c | 153 ret = iwl_mld_send_cmd_pdu(mld, PHY_CONTEXT_CMD, &cmd); in iwl_mld_phy_fw_action() 186 return iwl_mld_send_cmd_pdu(mld, PHY_CONFIGURATION_CMD, &cmd); in iwl_mld_send_phy_cfg_cmd()
|
| H A D | session-protect.c | 79 ret = iwl_mld_send_cmd_pdu(mld, WIDE_ID(MAC_CONF_GROUP, in _iwl_mld_schedule_session_protection() 210 ret = iwl_mld_send_cmd_pdu(mld, in iwl_mld_cancel_session_protection()
|
| H A D | coex.c | 21 return iwl_mld_send_cmd_pdu(mld, BT_CONFIG, &cmd); in iwl_mld_send_bt_init_conf()
|
| H A D | roc.c | 139 ret = iwl_mld_send_cmd_pdu(mld, WIDE_ID(MAC_CONF_GROUP, ROC_CMD), in iwl_mld_start_roc() 204 ret = iwl_mld_send_cmd_pdu(mld, WIDE_ID(MAC_CONF_GROUP, ROC_CMD), in iwl_mld_cancel_roc()
|
| H A D | key.c | 155 return iwl_mld_send_cmd_pdu(mld, WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD), in iwl_mld_add_key_to_fw() 178 iwl_mld_send_cmd_pdu(mld, WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD), &cmd); in iwl_mld_remove_key_from_fw() 348 err = iwl_mld_send_cmd_pdu(mld, WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD), in iwl_mld_update_sta_key_iter()
|
| H A D | hcmd.h | 50 #define iwl_mld_send_cmd_pdu(mld, id, ...) \ macro
|
| H A D | thermal.c | 174 ret = iwl_mld_send_cmd_pdu(mld, WIDE_ID(PHY_OPS_GROUP, in iwl_mld_config_temp_report_ths() 299 ret = iwl_mld_send_cmd_pdu(mld, WIDE_ID(PHY_OPS_GROUP, CTDP_CONFIG_CMD), in iwl_mld_config_ctdp()
|
| H A D | agg.c | 382 ret = iwl_mld_send_cmd_pdu(mld, in iwl_mld_stop_ba_in_fw() 670 ret = iwl_mld_send_cmd_pdu(mld, cmd_id, &cmd); in iwl_mld_update_sta_baids()
|
| H A D | d3.c | 1411 ret = iwl_mld_send_cmd_pdu(mld, D3_CONFIG_CMD, in iwl_mld_no_wowlan_suspend() 1643 return iwl_mld_send_cmd_pdu(mld, WOWLAN_KEK_KCK_MATERIAL, in iwl_mld_send_kek_kck_cmd() 1669 ret = iwl_mld_send_cmd_pdu(mld, WOWLAN_TSC_RSC_PARAM, in iwl_mld_suspend_send_security_cmds() 1902 ret = iwl_mld_send_cmd_pdu(mld, WOWLAN_CONFIGURATION, in iwl_mld_wowlan_config()
|
| H A D | stats.c | 26 return iwl_mld_send_cmd_pdu(mld, cmd_id, &stats_cmd); in iwl_mld_send_fw_stats_cmd()
|
| H A D | debugfs.c | 173 ret = iwl_mld_send_cmd_pdu(mld, in iwl_dbgfs_he_sniffer_params_write() 906 ret = iwl_mld_send_cmd_pdu(mld, in iwl_dbgfs_vif_twt_operation_write()
|
| H A D | tx.c | 171 iwl_mld_send_cmd_pdu(mld, in iwl_mld_free_txq() 1343 ret = iwl_mld_send_cmd_pdu(mld, in iwl_mld_update_sta_txqs()
|
| H A D | notif.c | 220 if (iwl_mld_send_cmd_pdu(mld, in iwl_mld_handle_channel_switch_start_notif()
|