Home
last modified time | relevance | path

Searched refs:hcmd (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/
A Ddebugfs.c138 struct iwl_host_cmd hcmd = { in iwl_fw_send_timestamp_marker_cmd() local
145 return iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_fw_send_timestamp_marker_cmd()
152 struct iwl_host_cmd hcmd = { in iwl_dbgfs_enabled_severities_write() local
166 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_dbgfs_enabled_severities_write()
246 struct iwl_host_cmd hcmd = { in iwl_dbgfs_send_hcmd_write() local
266 hcmd.id = be32_to_cpu(data->cmd_id); in iwl_dbgfs_send_hcmd_write()
267 hcmd.flags = be32_to_cpu(data->flags); in iwl_dbgfs_send_hcmd_write()
268 hcmd.len[0] = be16_to_cpu(data->length); in iwl_dbgfs_send_hcmd_write()
269 hcmd.data[0] = data->data; in iwl_dbgfs_send_hcmd_write()
286 if (hcmd.flags & CMD_WANT_SKB) in iwl_dbgfs_send_hcmd_write()
[all …]
A Dinit.c60 struct iwl_host_cmd hcmd = { in iwl_set_soc_latency() local
97 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_set_soc_latency()
108 struct iwl_host_cmd hcmd = { in iwl_configure_rxq() local
147 hcmd.data[0] = cmd; in iwl_configure_rxq()
148 hcmd.len[0] = size; in iwl_configure_rxq()
150 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_configure_rxq()
A Dpaging.c245 struct iwl_host_cmd hcmd = { in iwl_send_paging_cmd() local
262 return iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_send_paging_cmd()
A Ddump.c47 u32 hcmd; /* last host command header */ member
222 IWL_ERR(fwrt, "0x%08X | hcmd\n", table.hcmd); in iwl_fwrt_dump_lmac_error_log()
A Ddbg.c2850 ptr = (void *)&fwrt->fw->dbg.conf_tlv[conf_id]->hcmd; in iwl_fw_start_dbg_conf()
2853 struct iwl_host_cmd hcmd = { in iwl_fw_start_dbg_conf() local
2859 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_fw_start_dbg_conf()
2878 struct iwl_host_cmd hcmd = { in iwl_send_dbg_dump_complete_cmd() local
2891 iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_send_dbg_dump_complete_cmd()
3076 struct iwl_host_cmd hcmd = { in iwl_fw_dbg_suspend_resume_hcmd() local
3082 return iwl_trans_send_cmd(trans, &hcmd); in iwl_fw_dbg_suspend_resume_hcmd()
A Dfile.h913 struct iwl_fw_dbg_conf_hcmd hcmd; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-devtrace-iwlwifi.h25 __dynamic_array(u8, hcmd, total_size)
36 memcpy(__get_dynamic_array(hcmd), hdr, offset);
41 memcpy((u8 *)__get_dynamic_array(hcmd) + offset,
47 __get_str(dev), ((u8 *)__get_dynamic_array(hcmd))[1],
48 ((u8 *)__get_dynamic_array(hcmd))[0],
A Diwl-dbg-tlv.c154 const struct iwl_fw_ini_hcmd_tlv *hcmd = (const void *)tlv->data; in iwl_dbg_tlv_alloc_hcmd() local
155 u32 tp = le32_to_cpu(hcmd->time_point); in iwl_dbg_tlv_alloc_hcmd()
157 if (le32_to_cpu(tlv->length) <= sizeof(*hcmd)) in iwl_dbg_tlv_alloc_hcmd()
681 struct iwl_host_cmd hcmd = { in iwl_dbg_tlv_apply_buffer() local
697 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd); in iwl_dbg_tlv_apply_buffer()
818 struct iwl_fw_ini_hcmd_tlv *hcmd = (void *)node->tlv.data; in iwl_dbg_tlv_send_hcmds() local
819 struct iwl_fw_ini_hcmd *hcmd_data = &hcmd->hcmd; in iwl_dbg_tlv_send_hcmds()
820 u16 hcmd_len = le32_to_cpu(node->tlv.length) - sizeof(*hcmd); in iwl_dbg_tlv_send_hcmds()
A Diwl-nvm-parse.c1888 struct iwl_host_cmd hcmd = { in iwl_get_nvm() local
1911 ret = iwl_trans_send_cmd(trans, &hcmd); in iwl_get_nvm()
1915 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != rsp_size, in iwl_get_nvm()
1917 iwl_rx_packet_payload_len(hcmd.resp_pkt))) { in iwl_get_nvm()
1922 rsp = (void *)hcmd.resp_pkt->data; in iwl_get_nvm()
1991 iwl_free_resp(&hcmd); in iwl_get_nvm()
1997 iwl_free_resp(&hcmd); in iwl_get_nvm()
A Diwl-trans.h381 void (*frob_hcmd)(void *ctx, void *hcmd, size_t buflen);
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Doffloading.c41 struct iwl_host_cmd hcmd = { in iwl_mvm_send_proto_offload() local
50 int ver = iwl_fw_lookup_cmd_ver(mvm->fw, hcmd.id, 0); in iwl_mvm_send_proto_offload()
185 hcmd.data[0] = common; in iwl_mvm_send_proto_offload()
204 hcmd.len[0] = size; in iwl_mvm_send_proto_offload()
205 return iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_send_proto_offload()
A Dftm-initiator.c550 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_start_v5() local
569 return iwl_mvm_ftm_send_cmd(mvm, &hcmd); in iwl_mvm_ftm_start_v5()
576 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_start_v7() local
599 return iwl_mvm_ftm_send_cmd(mvm, &hcmd); in iwl_mvm_ftm_start_v7()
606 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_start_v8() local
625 return iwl_mvm_ftm_send_cmd(mvm, &hcmd); in iwl_mvm_ftm_start_v8()
632 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_start_v9() local
652 return iwl_mvm_ftm_send_cmd(mvm, &hcmd); in iwl_mvm_ftm_start_v9()
730 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_start_v11() local
801 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_start_v12() local
[all …]
A Dftm-responder.c177 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_responder_dyn_cfg_v2() local
207 hcmd.len[1] = aligned_lci_len + aligned_civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v2()
209 return iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_ftm_responder_dyn_cfg_v2()
219 struct iwl_host_cmd hcmd = { in iwl_mvm_ftm_responder_dyn_cfg_v3() local
268 return iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_ftm_responder_dyn_cfg_v3()
A Drfi.c77 struct iwl_host_cmd hcmd = { in iwl_rfi_send_config_cmd() local
98 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_rfi_send_config_cmd()
A Ddebugfs.c1721 struct iwl_host_cmd hcmd = { in iwl_dbgfs_mem_read() local
1742 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_dbgfs_mem_read()
1748 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_read()
1766 iwl_free_resp(&hcmd); in iwl_dbgfs_mem_read()
1777 struct iwl_host_cmd hcmd = {}; in iwl_dbgfs_mem_write() local
1811 hcmd.flags = CMD_WANT_SKB | CMD_SEND_IN_RFKILL, in iwl_dbgfs_mem_write()
1812 hcmd.data[0] = (void *)cmd; in iwl_dbgfs_mem_write()
1813 hcmd.len[0] = cmd_size; in iwl_dbgfs_mem_write()
1816 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_dbgfs_mem_write()
1824 rsp = (void *)hcmd.resp_pkt->data; in iwl_dbgfs_mem_write()
[all …]
A Dscan.c2621 struct iwl_host_cmd *hcmd, in iwl_mvm_build_scan_cmd() argument
2632 hcmd->id = SCAN_OFFLOAD_REQUEST_CMD; in iwl_mvm_build_scan_cmd()
2641 hcmd->id = WIDE_ID(IWL_ALWAYS_LONG_GROUP, SCAN_REQ_UMAC); in iwl_mvm_build_scan_cmd()
2746 struct iwl_host_cmd hcmd = { in iwl_mvm_reg_scan_start() local
2802 uid = iwl_mvm_build_scan_cmd(mvm, vif, &hcmd, &params, in iwl_mvm_reg_scan_start()
2810 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_reg_scan_start()
2841 struct iwl_host_cmd hcmd = { in iwl_mvm_sched_scan_start() local
2940 uid = iwl_mvm_build_scan_cmd(mvm, vif, &hcmd, &params, type); in iwl_mvm_sched_scan_start()
2947 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_sched_scan_start()
A Dops.c874 static void iwl_mvm_frob_hcmd(void *ctx, void *hcmd, size_t len) in iwl_mvm_frob_hcmd() argument
877 struct iwl_cmd_header_wide *hdr = hcmd; in iwl_mvm_frob_hcmd()
915 memset((u8 *)hcmd + frob_start, 0xAA, frob_end - frob_start); in iwl_mvm_frob_hcmd()
A Dmac80211.c1618 struct iwl_host_cmd hcmd = { in iwl_mvm_mc_iface_iterator() local
1637 hcmd.len[0] = len; in iwl_mvm_mc_iface_iterator()
1638 hcmd.data[0] = cmd; in iwl_mvm_mc_iface_iterator()
1640 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_mc_iface_iterator()
5417 struct iwl_host_cmd hcmd = { in iwl_mvm_sync_rx_queues_internal() local
5439 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_sync_rx_queues_internal()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Ddevices.c400 struct iwl_host_cmd hcmd = { in iwl5000_hw_channel_switch() local
445 return iwl_dvm_send_cmd(priv, &hcmd); in iwl5000_hw_channel_switch()
561 struct iwl_host_cmd hcmd = { in iwl6000_hw_channel_switch() local
572 hcmd.data[0] = cmd; in iwl6000_hw_channel_switch()
613 err = iwl_dvm_send_cmd(priv, &hcmd); in iwl6000_hw_channel_switch()
A Dcalib.c36 struct iwl_host_cmd hcmd = { in iwl_send_calib_results() local
44 hcmd.len[0] = res->cmd_len; in iwl_send_calib_results()
45 hcmd.data[0] = &res->cmd; in iwl_send_calib_results()
46 hcmd.dataflags[0] = IWL_HCMD_DFL_NOCOPY; in iwl_send_calib_results()
47 ret = iwl_dvm_send_cmd(priv, &hcmd); in iwl_send_calib_results()
A Dcommands.h385 u32 hcmd; /* last host command header */ member
A Dmain.c1659 IWL_ERR(priv, "0x%08X | hcmd\n", table.hcmd); in iwl_dump_nic_error_log()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/queue/
A Dtx.c1136 struct iwl_host_cmd *hcmd) in iwl_txq_alloc_response() argument
1148 rsp = (void *)hcmd->resp_pkt->data; in iwl_txq_alloc_response()
1180 iwl_free_resp(hcmd); in iwl_txq_alloc_response()
1184 iwl_free_resp(hcmd); in iwl_txq_alloc_response()
1197 struct iwl_host_cmd hcmd = { in iwl_txq_dyn_alloc() local
1224 hcmd.id = SCD_QUEUE_CFG; in iwl_txq_dyn_alloc()
1225 hcmd.len[0] = sizeof(cmd.old); in iwl_txq_dyn_alloc()
1226 hcmd.data[0] = &cmd.old; in iwl_txq_dyn_alloc()
1238 hcmd.len[0] = sizeof(cmd.new); in iwl_txq_dyn_alloc()
1239 hcmd.data[0] = &cmd.new; in iwl_txq_dyn_alloc()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/
A Ddbg-tlv.h249 struct iwl_fw_ini_hcmd hcmd; member
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.h1218 struct ipw_cmd *hcmd; /**< host command currently executed */ member

Completed in 112 milliseconds

12