/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-devtrace-iwlwifi.h | 43 __dynamic_array(u8, hcmd, total_size) 54 memcpy(__get_dynamic_array(hcmd), hdr, offset); 59 memcpy((u8 *)__get_dynamic_array(hcmd) + offset, 65 __get_str(dev), ((u8 *)__get_dynamic_array(hcmd))[1], 66 ((u8 *)__get_dynamic_array(hcmd))[0],
|
D | iwl-fw-file.h | 741 struct iwl_fw_dbg_conf_hcmd hcmd; member
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | slicoss.c | 1414 struct slic_hostcmd *hcmd; in slic_cmdq_reset() local 1423 hcmd = adapter->cmdq_all.head; in slic_cmdq_reset() 1424 while (hcmd) { in slic_cmdq_reset() 1425 if (hcmd->busy) { in slic_cmdq_reset() 1426 skb = hcmd->skb; in slic_cmdq_reset() 1427 hcmd->busy = 0; in slic_cmdq_reset() 1428 hcmd->skb = NULL; in slic_cmdq_reset() 1431 hcmd = hcmd->next_all; in slic_cmdq_reset() 1440 hcmd = adapter->cmdq_all.head; in slic_cmdq_reset() 1441 while (hcmd) { in slic_cmdq_reset() [all …]
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | offloading.c | 97 struct iwl_host_cmd hcmd = { in iwl_mvm_send_proto_offload() local 215 hcmd.len[0] = size; in iwl_mvm_send_proto_offload() 216 return iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_send_proto_offload()
|
D | scan.c | 1173 struct iwl_host_cmd hcmd = { in iwl_mvm_reg_scan_start() local 1221 hcmd.id = iwl_cmd_id(SCAN_REQ_UMAC, IWL_ALWAYS_LONG_GROUP, 0); in iwl_mvm_reg_scan_start() 1225 hcmd.id = SCAN_OFFLOAD_REQUEST_CMD; in iwl_mvm_reg_scan_start() 1232 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_reg_scan_start() 1255 struct iwl_host_cmd hcmd = { in iwl_mvm_sched_scan_start() local 1324 hcmd.id = iwl_cmd_id(SCAN_REQ_UMAC, IWL_ALWAYS_LONG_GROUP, 0); in iwl_mvm_sched_scan_start() 1327 hcmd.id = SCAN_OFFLOAD_REQUEST_CMD; in iwl_mvm_sched_scan_start() 1334 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_sched_scan_start()
|
D | utils.c | 352 u32 hcmd; /* last host command header */ member 400 u32 hcmd; /* last host command header */ member 555 IWL_ERR(mvm, "0x%08X | hcmd\n", table.hcmd); in iwl_mvm_dump_nic_error_log_old() 642 IWL_ERR(mvm, "0x%08X | hcmd\n", table.hcmd); in iwl_mvm_dump_nic_error_log()
|
D | fw.c | 924 ptr = (void *)&mvm->fw->dbg_conf_tlv[conf_id]->hcmd; in iwl_mvm_start_fw_dbg_conf()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | devices.c | 417 struct iwl_host_cmd hcmd = { in iwl5000_hw_channel_switch() local 462 return iwl_dvm_send_cmd(priv, &hcmd); in iwl5000_hw_channel_switch() 578 struct iwl_host_cmd hcmd = { in iwl6000_hw_channel_switch() local 589 hcmd.data[0] = cmd; in iwl6000_hw_channel_switch() 630 err = iwl_dvm_send_cmd(priv, &hcmd); in iwl6000_hw_channel_switch()
|
D | calib.c | 95 struct iwl_host_cmd hcmd = { in iwl_send_calib_results() local 103 hcmd.len[0] = res->cmd_len; in iwl_send_calib_results() 104 hcmd.data[0] = &res->hdr; in iwl_send_calib_results() 105 hcmd.dataflags[0] = IWL_HCMD_DFL_NOCOPY; in iwl_send_calib_results() 106 ret = iwl_dvm_send_cmd(priv, &hcmd); in iwl_send_calib_results()
|
D | commands.h | 448 u32 hcmd; /* last host command header */ member
|
D | main.c | 1572 IWL_ERR(priv, "0x%08X | hcmd\n", table.hcmd); in iwl_dump_nic_error_log()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 1232 struct ipw_cmd *hcmd; /**< host command currently executed */ member
|
D | ipw2200.c | 216 static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf, 4874 if (priv->hcmd in ipw_rx_notification() 4875 && priv->hcmd->cmd != HOST_CMD_DINO_CONFIG) in ipw_rx_notification() 5060 static int ipw_queue_tx_hcmd(struct ipw_priv *priv, int hcmd, void *buf, in ipw_queue_tx_hcmd() argument 5079 tfd->u.cmd.index = hcmd; in ipw_queue_tx_hcmd()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-mac.c | 5106 u32 pc, hcmd; in il4965_dump_nic_error_log() local 5137 hcmd = il_read_targ_mem(il, base + 22 * sizeof(u32)); in il4965_dump_nic_error_log() 5145 blink2, ilink1, ilink2, hcmd); in il4965_dump_nic_error_log()
|