Searched refs:hcmd (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dinit.c60 struct iwl_host_cmd hcmd = { local
97 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd);
108 struct iwl_host_cmd hcmd = { local
147 hcmd.data[0] = cmd;
148 hcmd.len[0] = size;
150 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd);
H A Ddebugfs.c130 struct iwl_host_cmd hcmd = { local
145 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd);
228 struct iwl_host_cmd hcmd = { local
248 hcmd.id = be32_to_cpu(data->cmd_id);
249 hcmd.flags = be32_to_cpu(data->flags);
250 hcmd.len[0] = be16_to_cpu(data->length);
251 hcmd.data[0] = data->data;
253 if (count != header_size + hcmd.len[0] * 2 + 1) {
261 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd);
268 if (hcmd
[all...]
H A Dpaging.c245 struct iwl_host_cmd hcmd = { local
262 return iwl_trans_send_cmd(fwrt->trans, &hcmd);
H A Ddbg.c3031 ptr = (void *)&fwrt->fw->dbg.conf_tlv[conf_id]->hcmd;
3034 struct iwl_host_cmd hcmd = { local
3040 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd);
3059 struct iwl_host_cmd hcmd = { local
3072 iwl_trans_send_cmd(fwrt->trans, &hcmd);
3260 struct iwl_host_cmd hcmd = { local
3266 return iwl_trans_send_cmd(trans, &hcmd);
3314 struct iwl_host_cmd hcmd = { local
3339 hcmd.data[0] = ▮
3340 hcmd
3389 struct iwl_host_cmd hcmd = { local
3416 struct iwl_host_cmd hcmd = { local
[all...]
H A Ddump.c54 u32 hcmd; /* last host command header */ member in struct:iwl_error_event_table
253 IWL_ERR(fwrt, "0x%08X | hcmd\n", table.hcmd);
H A Dfile.h949 * @hcmd: a variable length host command to be sent to apply the configuration.
960 struct iwl_fw_dbg_conf_hcmd hcmd; member in struct:iwl_fw_dbg_conf_tlv
/linux-master/drivers/net/wireless/intel/iwlwifi/
H 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,
46 TP_printk("[%s] hcmd %#.2x.%#.2x (%ssync)",
47 __get_str(dev), ((u8 *)__get_dynamic_array(hcmd))[1],
48 ((u8 *)__get_dynamic_array(hcmd))[0],
H A Diwl-dbg-tlv.c169 const struct iwl_fw_ini_hcmd_tlv *hcmd = (const void *)tlv->data; local
170 u32 tp = le32_to_cpu(hcmd->time_point);
172 if (le32_to_cpu(tlv->length) <= sizeof(*hcmd))
704 struct iwl_host_cmd hcmd = { local
720 ret = iwl_trans_send_cmd(fwrt->trans, &hcmd);
844 struct iwl_fw_ini_hcmd_tlv *hcmd = (void *)node->tlv.data; local
845 struct iwl_fw_ini_hcmd *hcmd_data = &hcmd->hcmd;
846 u16 hcmd_len = le32_to_cpu(node->tlv.length) - sizeof(*hcmd);
H A Diwl-nvm-parse.c2069 struct iwl_host_cmd hcmd = { local
2095 ret = iwl_trans_send_cmd(trans, &hcmd);
2099 if (WARN(iwl_rx_packet_payload_len(hcmd.resp_pkt) != rsp_size,
2101 iwl_rx_packet_payload_len(hcmd.resp_pkt))) {
2106 rsp = (void *)hcmd.resp_pkt->data;
2180 iwl_free_resp(&hcmd);
2186 iwl_free_resp(&hcmd);
H A Diwl-trans.h378 * @frob_hcmd: Scrub a host command, the %hcmd pointer is to the header
385 void (*frob_hcmd)(void *ctx, void *hcmd, size_t buflen);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Doffloading.c41 struct iwl_host_cmd hcmd = { local
50 int ver = iwl_fw_lookup_cmd_ver(mvm->fw, hcmd.id, 0);
185 hcmd.data[0] = common;
208 hcmd.len[0] = size;
209 return iwl_mvm_send_cmd(mvm, &hcmd);
H A Drfi.c87 struct iwl_host_cmd hcmd = { local
108 ret = iwl_mvm_send_cmd(mvm, &hcmd);
H A Dftm-initiator.c566 static int iwl_mvm_ftm_send_cmd(struct iwl_mvm *mvm, struct iwl_host_cmd *hcmd) argument
569 int err = iwl_mvm_send_cmd_status(mvm, hcmd, &status);
584 struct iwl_host_cmd hcmd = { local
603 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
610 struct iwl_host_cmd hcmd = { local
633 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
640 struct iwl_host_cmd hcmd = { local
659 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
666 struct iwl_host_cmd hcmd = { local
686 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
768 struct iwl_host_cmd hcmd = { local
840 struct iwl_host_cmd hcmd = { local
868 struct iwl_host_cmd hcmd = { local
[all...]
H A Dftm-responder.c181 struct iwl_host_cmd hcmd = { local
211 hcmd.len[1] = aligned_lci_len + aligned_civicloc_len;
213 return iwl_mvm_send_cmd(mvm, &hcmd);
223 struct iwl_host_cmd hcmd = { local
272 return iwl_mvm_send_cmd(mvm, &hcmd);
H A Ddebugfs.c811 struct iwl_host_cmd hcmd = { local
825 ret = iwl_mvm_send_cmd(mvm, &hcmd);
836 rsp = (void *)hcmd.resp_pkt->data;
962 iwl_free_resp(&hcmd);
2209 struct iwl_host_cmd hcmd = { local
2220 hcmd.id = WIDE_ID(DEBUG_GROUP, *ppos >> 24 ? UMAC_RD_WR : LMAC_RD_WR);
2230 ret = iwl_mvm_send_cmd(mvm, &hcmd);
2236 if (iwl_rx_packet_payload_len(hcmd.resp_pkt) < sizeof(*rsp)) {
2241 rsp = (void *)hcmd.resp_pkt->data;
2248 iwl_rx_packet_payload_len(hcmd
2270 struct iwl_host_cmd hcmd = {}; local
[all...]
H A Dscan.c2782 struct iwl_host_cmd *hcmd,
2795 hcmd->id = SCAN_OFFLOAD_REQUEST_CMD;
2804 hcmd->id = WIDE_ID(IWL_ALWAYS_LONG_GROUP, SCAN_REQ_UMAC);
2921 struct iwl_host_cmd hcmd = { local
2986 uid = iwl_mvm_build_scan_cmd(mvm, vif, &hcmd, &params,
2994 ret = iwl_mvm_send_cmd(mvm, &hcmd);
3025 struct iwl_host_cmd hcmd = { local
3125 uid = iwl_mvm_build_scan_cmd(mvm, vif, &hcmd, &params, type);
3132 ret = iwl_mvm_send_cmd(mvm, &hcmd);
2780 iwl_mvm_build_scan_cmd(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_host_cmd *hcmd, struct iwl_mvm_scan_params *params, int type) argument
H A Dmld-sta.c950 struct iwl_host_cmd hcmd = { local
972 ret = iwl_mvm_send_cmd(mvm, &hcmd);
H A Dops.c944 static void iwl_mvm_frob_hcmd(void *ctx, void *hcmd, size_t len) argument
947 struct iwl_cmd_header_wide *hdr = hcmd;
985 memset((u8 *)hcmd + frob_start, 0xAA, frob_end - frob_start);
H A Dmac80211.c1821 struct iwl_host_cmd hcmd = { local
1840 hcmd.len[0] = len;
1841 hcmd.data[0] = cmd;
1843 ret = iwl_mvm_send_cmd(mvm, &hcmd);
6089 struct iwl_host_cmd hcmd = { local
6111 ret = iwl_mvm_send_cmd(mvm, &hcmd);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddevices.c400 struct iwl_host_cmd hcmd = { local
445 return iwl_dvm_send_cmd(priv, &hcmd);
561 struct iwl_host_cmd hcmd = { local
572 hcmd.data[0] = cmd;
613 err = iwl_dvm_send_cmd(priv, &hcmd);
H A Dcalib.c36 struct iwl_host_cmd hcmd = { local
44 hcmd.len[0] = res->cmd_len;
45 hcmd.data[0] = &res->cmd;
46 hcmd.dataflags[0] = IWL_HCMD_DFL_NOCOPY;
47 ret = iwl_dvm_send_cmd(priv, &hcmd);
H A Dcommands.h385 u32 hcmd; /* last host command header */ member in struct:iwl_error_event_table
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1174 struct iwl_host_cmd *hcmd)
1180 if (WARN_ON(iwl_rx_packet_payload_len(hcmd->resp_pkt) !=
1186 rsp = (void *)hcmd->resp_pkt->data;
1218 iwl_free_resp(hcmd);
1222 iwl_free_resp(hcmd);
1235 struct iwl_host_cmd hcmd = { local
1262 hcmd.id = SCD_QUEUE_CFG;
1263 hcmd.len[0] = sizeof(cmd.old);
1264 hcmd.data[0] = &cmd.old;
1275 hcmd
1173 iwl_txq_alloc_response(struct iwl_trans *trans, struct iwl_txq *txq, struct iwl_host_cmd *hcmd) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddbg-tlv.h271 * @period_msec: interval at which the hcmd will be sent to the FW.
273 * @hcmd: a variable length host-command to be sent to apply the configuration
279 struct iwl_fw_ini_hcmd hcmd; member in struct:iwl_fw_ini_hcmd_tlv
440 * Hard coded time points in which the driver can send hcmd or perform dump
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1203 u32 hcmd_seq; /**< sequence number for hcmd */
1217 struct ipw_cmd *hcmd; /**< host command currently executed */ member in struct:ipw_priv

Completed in 814 milliseconds

12