/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cmdevt.c | 137 struct host_cmd_ds_command *host_cmd = (void *)cmd_node->cmd_skb->data; in mwifiex_recycle_cmd_node() local 144 le16_to_cpu(host_cmd->command), in mwifiex_recycle_cmd_node() 180 struct host_cmd_ds_command *host_cmd; in mwifiex_dnld_cmd_to_fw() local 187 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_dnld_cmd_to_fw() 190 if (host_cmd == NULL || host_cmd->size == 0) { in mwifiex_dnld_cmd_to_fw() 192 "DNLD_CMD: host_cmd is null\t" in mwifiex_dnld_cmd_to_fw() 200 cmd_code = le16_to_cpu(host_cmd->command); in mwifiex_dnld_cmd_to_fw() 202 cmd_size = le16_to_cpu(host_cmd->size); in mwifiex_dnld_cmd_to_fw() 217 host_cmd in mwifiex_dnld_cmd_to_fw() 694 struct host_cmd_ds_command *host_cmd = NULL; mwifiex_insert_cmd_to_pending_q() local 746 struct host_cmd_ds_command *host_cmd; mwifiex_exec_next_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cmdevt.c | 125 struct host_cmd_ds_command *host_cmd = (void *)cmd_node->cmd_skb->data; in mwifiex_recycle_cmd_node() local 132 le16_to_cpu(host_cmd->command), in mwifiex_recycle_cmd_node() 168 struct host_cmd_ds_command *host_cmd; in mwifiex_dnld_cmd_to_fw() local 175 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_dnld_cmd_to_fw() 178 if (host_cmd->size == 0) { in mwifiex_dnld_cmd_to_fw() 180 "DNLD_CMD: host_cmd is null\t" in mwifiex_dnld_cmd_to_fw() 188 cmd_code = le16_to_cpu(host_cmd->command); in mwifiex_dnld_cmd_to_fw() 190 cmd_size = le16_to_cpu(host_cmd->size); in mwifiex_dnld_cmd_to_fw() 205 host_cmd->seq_num = cpu_to_le16(HostCmd_SET_SEQ_NO_BSS_INFO in mwifiex_dnld_cmd_to_fw() 232 get_unaligned_le16((u8 *)host_cmd in mwifiex_dnld_cmd_to_fw() 687 struct host_cmd_ds_command *host_cmd = NULL; mwifiex_insert_cmd_to_pending_q() local 748 struct host_cmd_ds_command *host_cmd; mwifiex_exec_next_cmd() local [all...] |
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi6000.h | 26 u32 host_cmd; member
|
H A D | hpi6205.h | 80 u32 host_cmd; member
|
H A D | hpi6000.c | 169 u16 dsp_index, u32 host_cmd); 1013 u32 address = HPI_HIF_ADDR(host_cmd); in hpi6000_adapter_boot_load_dsp() 1044 HPI_HIF_ADDR(host_cmd)); in hpi6000_adapter_boot_load_dsp() 1542 u16 dsp_index, u32 host_cmd) in hpi6000_send_host_command() 1550 hpi_write_word(pdo, HPI_HIF_ADDR(host_cmd), host_cmd); in hpi6000_send_host_command() 1552 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_send_host_command() 1690 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_update_control_cache() 1541 hpi6000_send_host_command(struct hpi_adapter_obj *pao, u16 dsp_index, u32 host_cmd) hpi6000_send_host_command() argument
|
H A D | hpi6205.c | 2072 interface->host_cmd = cmd; in send_dsp_command()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi6000.h | 26 u32 host_cmd; member
|
H A D | hpi6205.h | 80 u32 host_cmd; member
|
H A D | hpi6000.c | 169 u16 dsp_index, u32 host_cmd); 1013 u32 address = HPI_HIF_ADDR(host_cmd); in hpi6000_adapter_boot_load_dsp() 1044 HPI_HIF_ADDR(host_cmd)); in hpi6000_adapter_boot_load_dsp() 1540 u16 dsp_index, u32 host_cmd) in hpi6000_send_host_command() 1548 hpi_write_word(pdo, HPI_HIF_ADDR(host_cmd), host_cmd); in hpi6000_send_host_command() 1550 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_send_host_command() 1688 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); in hpi6000_update_control_cache() 1539 hpi6000_send_host_command(struct hpi_adapter_obj *pao, u16 dsp_index, u32 host_cmd) hpi6000_send_host_command() argument
|
H A D | hpi6205.c | 2072 interface->host_cmd = cmd; in send_dsp_command()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 1274 struct iwl_host_cmd host_cmd = { in iwl_mvm_send_recovery_cmd() local 1290 host_cmd.data[1] = mvm->error_recovery_buf; in iwl_mvm_send_recovery_cmd() 1291 host_cmd.len[1] = error_log_size; in iwl_mvm_send_recovery_cmd() 1292 host_cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY; in iwl_mvm_send_recovery_cmd() 1296 ret = iwl_mvm_send_cmd(mvm, &host_cmd); in iwl_mvm_send_recovery_cmd() 1307 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data); in iwl_mvm_send_recovery_cmd()
|
H A D | ops.c | 585 static int iwl_mvm_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mvm_fwrt_send_hcmd() argument 591 ret = iwl_mvm_send_cmd(mvm, host_cmd); in iwl_mvm_fwrt_send_hcmd()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | runtime.h | 76 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | runtime.h | 22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | qla1280.c | 842 dprintk(4, "host_cmd 0x%04x, ictrl 0x%04x, jiffies %li\n", in qla1280_error_action() 843 RD_REG_WORD(&ha->iobase->host_cmd), in qla1280_error_action() 1430 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_initialize_adapter() 1431 WRT_REG_WORD(®->host_cmd, HC_CLR_HOST_INT); in qla1280_initialize_adapter() 1432 RD_REG_WORD(®->host_cmd); in qla1280_initialize_adapter() 1594 WRT_REG_WORD(®->host_cmd, HC_RESET_RISC | in qla1280_chip_diag() 2461 WRT_REG_WORD(®->host_cmd, HC_SET_HOST_INT); in qla1280_mailbox_command() 2688 WRT_REG_WORD(®->host_cmd, in qla1280_reset_adapter() 3387 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_isr() 3491 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_IN in qla1280_isr() [all...] |
H A D | qla1280.h | 201 uint16_t host_cmd; /* Host command and control */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | qla1280.c | 832 dprintk(4, "host_cmd 0x%04x, ictrl 0x%04x, jiffies %li\n", in qla1280_error_action() 833 RD_REG_WORD(&ha->iobase->host_cmd), in qla1280_error_action() 1420 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_initialize_adapter() 1421 WRT_REG_WORD(®->host_cmd, HC_CLR_HOST_INT); in qla1280_initialize_adapter() 1422 RD_REG_WORD(®->host_cmd); in qla1280_initialize_adapter() 1584 WRT_REG_WORD(®->host_cmd, HC_RESET_RISC | in qla1280_chip_diag() 2451 WRT_REG_WORD(®->host_cmd, HC_SET_HOST_INT); in qla1280_mailbox_command() 2678 WRT_REG_WORD(®->host_cmd, in qla1280_reset_adapter() 3377 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_isr() 3481 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_IN in qla1280_isr() [all...] |
H A D | qla1280.h | 200 uint16_t host_cmd; /* Host command and control */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | fw.c | 1417 struct iwl_host_cmd host_cmd = { in iwl_mvm_send_recovery_cmd() local 1433 host_cmd.data[1] = mvm->error_recovery_buf; in iwl_mvm_send_recovery_cmd() 1434 host_cmd.len[1] = error_log_size; in iwl_mvm_send_recovery_cmd() 1435 host_cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY; in iwl_mvm_send_recovery_cmd() 1439 ret = iwl_mvm_send_cmd(mvm, &host_cmd); in iwl_mvm_send_recovery_cmd() 1450 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data); in iwl_mvm_send_recovery_cmd()
|
H A D | ops.c | 710 static int iwl_mvm_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mvm_fwrt_send_hcmd() argument 716 ret = iwl_mvm_send_cmd(mvm, host_cmd); in iwl_mvm_fwrt_send_hcmd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | tlan.c | 1142 u32 host_cmd; in tlan_handle_interrupt() local 1148 host_cmd = TLAN_HC_ACK | ack | (type << 18); in tlan_handle_interrupt() 1149 outl(host_cmd, dev->base_addr + TLAN_HOST_CMD); in tlan_handle_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | tlan.c | 1144 u32 host_cmd; in tlan_handle_interrupt() local 1150 host_cmd = TLAN_HC_ACK | ack | (type << 18); in tlan_handle_interrupt() 1151 outl(host_cmd, dev->base_addr + TLAN_HOST_CMD); in tlan_handle_interrupt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.h | 1944 struct host_cmd { struct
|
H A D | ipw2200.c | 2168 static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd) in __ipw_send_cmd() 2259 struct host_cmd cmd = { in ipw_send_cmd_simple() 2269 struct host_cmd cmd = { in ipw_send_cmd_pdu()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.h | 1943 struct host_cmd { struct
|