/linux-4.1.27/drivers/staging/slicoss/ |
D | slicoss.c | 1394 struct slic_hostcmd *hcmd; in slic_cmdq_reset() local 1404 hcmd = adapter->cmdq_all.head; in slic_cmdq_reset() 1405 while (hcmd) { in slic_cmdq_reset() 1406 if (hcmd->busy) { in slic_cmdq_reset() 1407 skb = hcmd->skb; in slic_cmdq_reset() 1408 hcmd->busy = 0; in slic_cmdq_reset() 1409 hcmd->skb = NULL; in slic_cmdq_reset() 1412 hcmd = hcmd->next_all; in slic_cmdq_reset() 1421 hcmd = adapter->cmdq_all.head; in slic_cmdq_reset() 1422 while (hcmd) { in slic_cmdq_reset() [all …]
|
/linux-4.1.27/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 | 787 struct iwl_host_cmd hcmd = { in iwl_mvm_unified_scan_lmac() local 883 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_unified_scan_lmac() 904 struct iwl_host_cmd hcmd = { in iwl_mvm_unified_sched_scan_lmac() local 1002 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_unified_sched_scan_lmac() 1278 struct iwl_host_cmd hcmd = { in iwl_mvm_scan_umac() local 1355 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_scan_umac() 1375 struct iwl_host_cmd hcmd = { in iwl_mvm_sched_scan_umac() local 1466 ret = iwl_mvm_send_cmd(mvm, &hcmd); in iwl_mvm_sched_scan_umac()
|
D | utils.c | 358 u32 hcmd; /* last host command header */ member 406 u32 hcmd; /* last host command header */ member 561 IWL_ERR(mvm, "0x%08X | hcmd\n", table.hcmd); in iwl_mvm_dump_nic_error_log_old() 648 IWL_ERR(mvm, "0x%08X | hcmd\n", table.hcmd); in iwl_mvm_dump_nic_error_log()
|
D | fw.c | 587 ptr = (void *)&mvm->fw->dbg_conf_tlv[conf_id]->hcmd; in iwl_mvm_start_fw_dbg_conf()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-devtrace-iwlwifi.h | 42 __dynamic_array(u8, hcmd, total_size) 50 memcpy(__get_dynamic_array(hcmd), hdr, sizeof(*hdr)); 55 memcpy((u8 *)__get_dynamic_array(hcmd) + offset, 61 __get_str(dev), ((u8 *)__get_dynamic_array(hcmd))[0],
|
D | iwl-fw-file.h | 677 struct iwl_fw_dbg_conf_hcmd hcmd; member
|
/linux-4.1.27/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.1.27/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.1.27/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()
|