Searched refs:host_cmd (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | cmdevt.c | 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 190 if (host_cmd->size == 0) { 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() 704 if (!host_cmd) { in mwifiex_insert_cmd_to_pending_q() 709 command = le16_to_cpu(host_cmd->command); in mwifiex_insert_cmd_to_pending_q() 714 &host_cmd->params.psmode_enh; in mwifiex_insert_cmd_to_pending_q() 725 &host_cmd->params.opt_hs_cfg; in mwifiex_insert_cmd_to_pending_q() 760 struct host_cmd_ds_command *host_cmd; in mwifiex_exec_next_cmd() local [all …]
|
/linux/sound/pci/asihpi/ |
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() argument 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()
|
A D | hpi6000.h | 26 u32 host_cmd; member
|
A D | hpi6205.h | 80 u32 host_cmd; member
|
A D | hpi6205.c | 2072 interface->host_cmd = cmd; in send_dsp_command()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | fw.c | 1351 struct iwl_host_cmd host_cmd = { in iwl_mvm_send_recovery_cmd() local 1367 host_cmd.data[1] = mvm->error_recovery_buf; in iwl_mvm_send_recovery_cmd() 1368 host_cmd.len[1] = error_log_size; in iwl_mvm_send_recovery_cmd() 1369 host_cmd.dataflags[1] = IWL_HCMD_DFL_NOCOPY; in iwl_mvm_send_recovery_cmd() 1373 ret = iwl_mvm_send_cmd(mvm, &host_cmd); in iwl_mvm_send_recovery_cmd() 1384 resp = le32_to_cpu(*(__le32 *)host_cmd.resp_pkt->data); in iwl_mvm_send_recovery_cmd()
|
A D | ops.c | 659 static int iwl_mvm_fwrt_send_hcmd(void *ctx, struct iwl_host_cmd *host_cmd) in iwl_mvm_fwrt_send_hcmd() argument 665 ret = iwl_mvm_send_cmd(mvm, host_cmd); in iwl_mvm_fwrt_send_hcmd()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | runtime.h | 22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);
|
/linux/drivers/scsi/ |
A D | qla1280.c | 840 RD_REG_WORD(&ha->iobase->host_cmd), in qla1280_error_action() 1427 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_initialize_adapter() 1428 WRT_REG_WORD(®->host_cmd, HC_CLR_HOST_INT); in qla1280_initialize_adapter() 1429 RD_REG_WORD(®->host_cmd); in qla1280_initialize_adapter() 1591 WRT_REG_WORD(®->host_cmd, HC_RESET_RISC | in qla1280_chip_diag() 2458 WRT_REG_WORD(®->host_cmd, HC_SET_HOST_INT); in qla1280_mailbox_command() 2685 WRT_REG_WORD(®->host_cmd, in qla1280_reset_adapter() 3384 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_isr() 3488 WRT_REG_WORD(®->host_cmd, HC_CLR_RISC_INT); in qla1280_isr() 3772 WRT_REG_WORD(®->host_cmd, HC_PAUSE_RISC); in qla1280_abort_isp() [all …]
|
A D | qla1280.h | 201 uint16_t host_cmd; /* Host command and control */ member
|
/linux/drivers/net/ethernet/ti/ |
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()
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
A D | ipw2200.h | 1944 struct host_cmd { struct
|
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()
|
Completed in 68 milliseconds