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

12

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c202 static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, const void *buf,
4804 if (priv->hcmd
4805 && priv->hcmd->cmd != HOST_CMD_DINO_CONFIG)
4990 static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, const void *buf, argument
5009 tfd->u.cmd.index = hcmd;
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
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c5072 u32 pc, hcmd; local
5103 hcmd = il_read_targ_mem(il, base + 22 * sizeof(u32));
5109 IL_ERR("pc blink1 blink2 ilink1 ilink2 hcmd\n");
5111 blink2, ilink1, ilink2, hcmd);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
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
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 Dmain.c1659 IWL_ERR(priv, "0x%08X | hcmd\n", table.hcmd);
/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/iwlwifi/fw/
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] = &marker;
3340 hcmd
3389 struct iwl_host_cmd hcmd = { local
3416 struct iwl_host_cmd hcmd = { local
[all...]
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 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
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 Dpaging.c245 struct iwl_host_cmd hcmd = { local
262 return iwl_trans_send_cmd(fwrt->trans, &hcmd);
/linux-master/drivers/net/wireless/intel/iwlwifi/
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-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-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 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 Dftm-initiator.c568 static int iwl_mvm_ftm_send_cmd(struct iwl_mvm *mvm, struct iwl_host_cmd *hcmd) argument
571 int err = iwl_mvm_send_cmd_status(mvm, hcmd, &status);
586 struct iwl_host_cmd hcmd = { local
605 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
612 struct iwl_host_cmd hcmd = { local
635 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
642 struct iwl_host_cmd hcmd = { local
661 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
668 struct iwl_host_cmd hcmd = { local
688 return iwl_mvm_ftm_send_cmd(mvm, &hcmd);
770 struct iwl_host_cmd hcmd = { local
842 struct iwl_host_cmd hcmd = { local
870 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 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);
H A Dmld-sta.c950 struct iwl_host_cmd hcmd = { local
972 ret = iwl_mvm_send_cmd(mvm, &hcmd);
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 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);

Completed in 447 milliseconds

12