Searched refs:host_cmd (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dcmdevt.c137 struct host_cmd_ds_command *host_cmd; mwifiex_dnld_cmd_to_fw() local
146 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); mwifiex_dnld_cmd_to_fw()
149 if (host_cmd == NULL || host_cmd->size == 0) { mwifiex_dnld_cmd_to_fw()
150 dev_err(adapter->dev, "DNLD_CMD: host_cmd is null" mwifiex_dnld_cmd_to_fw()
158 cmd_code = le16_to_cpu(host_cmd->command); mwifiex_dnld_cmd_to_fw()
159 cmd_size = le16_to_cpu(host_cmd->size); mwifiex_dnld_cmd_to_fw()
176 host_cmd->seq_num = cpu_to_le16(HostCmd_SET_SEQ_NO_BSS_INFO mwifiex_dnld_cmd_to_fw()
202 le16_to_cpu(*(__le16 *) ((u8 *) host_cmd + S_DS_GEN)), cmd_size, mwifiex_dnld_cmd_to_fw()
203 le16_to_cpu(host_cmd->seq_num)); mwifiex_dnld_cmd_to_fw()
244 le16_to_cpu(*(__le16 *) ((u8 *) host_cmd + S_DS_GEN)); mwifiex_dnld_cmd_to_fw()
624 struct host_cmd_ds_command *host_cmd = (void *)cmd_node->cmd_skb->data; mwifiex_recycle_cmd_node() local
630 le16_to_cpu(host_cmd->command), mwifiex_recycle_cmd_node()
645 struct host_cmd_ds_command *host_cmd = NULL; mwifiex_insert_cmd_to_pending_q() local
649 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); mwifiex_insert_cmd_to_pending_q()
650 if (!host_cmd) { mwifiex_insert_cmd_to_pending_q()
651 dev_err(adapter->dev, "QUEUE_CMD: host_cmd is NULL\n"); mwifiex_insert_cmd_to_pending_q()
655 command = le16_to_cpu(host_cmd->command); mwifiex_insert_cmd_to_pending_q()
660 &host_cmd->params.psmode_enh; mwifiex_insert_cmd_to_pending_q()
696 struct host_cmd_ds_command *host_cmd; mwifiex_exec_next_cmd() local
720 host_cmd = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); mwifiex_exec_next_cmd()
742 if (priv && (host_cmd->command != mwifiex_exec_next_cmd()
/linux-4.1.27/sound/pci/asihpi/
H A Dhpi6000.h37 u32 host_cmd; member in struct:hpi_hif_6000
H A Dhpi6205.h91 u32 host_cmd; member in struct:bus_master_interface
H A Dhpi6000.c180 u16 dsp_index, u32 host_cmd);
1024 u32 address = HPI_HIF_ADDR(host_cmd); hpi6000_adapter_boot_load_dsp()
1055 HPI_HIF_ADDR(host_cmd)); hpi6000_adapter_boot_load_dsp()
1553 u16 dsp_index, u32 host_cmd) hpi6000_send_host_command()
1561 hpi_write_word(pdo, HPI_HIF_ADDR(host_cmd), host_cmd); hpi6000_send_host_command()
1563 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); hpi6000_send_host_command()
1701 hpi_set_address(pdo, HPI_HIF_ADDR(host_cmd)); hpi6000_update_control_cache()
1552 hpi6000_send_host_command(struct hpi_adapter_obj *pao, u16 dsp_index, u32 host_cmd) hpi6000_send_host_command() argument
H A Dhpi6205.c2088 interface->host_cmd = cmd; send_dsp_command()
/linux-4.1.27/drivers/scsi/
H A Dqla1280.c870 dprintk(4, "host_cmd 0x%04x, ictrl 0x%04x, jiffies %li\n", qla1280_error_action()
871 RD_REG_WORD(&ha->iobase->host_cmd), qla1280_error_action()
1468 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); qla1280_initialize_adapter()
1469 WRT_REG_WORD(&reg->host_cmd, HC_CLR_HOST_INT); qla1280_initialize_adapter()
1470 RD_REG_WORD(&reg->host_cmd); qla1280_initialize_adapter()
1632 WRT_REG_WORD(&reg->host_cmd, HC_RESET_RISC | qla1280_chip_diag()
2504 WRT_REG_WORD(&reg->host_cmd, HC_SET_HOST_INT); qla1280_mailbox_command()
2731 WRT_REG_WORD(&reg->host_cmd, qla1280_reset_adapter()
3457 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); qla1280_isr()
3561 WRT_REG_WORD(&reg->host_cmd, HC_CLR_RISC_INT); qla1280_isr()
3850 WRT_REG_WORD(&reg->host_cmd, HC_PAUSE_RISC); qla1280_abort_isp()
3945 WRT_REG_WORD(&reg->host_cmd, HC_PAUSE_RISC); qla1280_check_for_dead_scsi_bus()
3950 WRT_REG_WORD(&reg->host_cmd, HC_RELEASE_RISC); qla1280_check_for_dead_scsi_bus()
H A Dqla1280.h210 uint16_t host_cmd; /* Host command and control */ member in struct:device_reg
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dtlan.c1167 u32 host_cmd; tlan_handle_interrupt() local
1173 host_cmd = TLAN_HC_ACK | ack | (type << 18); tlan_handle_interrupt()
1174 outl(host_cmd, dev->base_addr + TLAN_HOST_CMD); tlan_handle_interrupt()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1960 struct host_cmd { struct
H A Dipw2200.c2191 static int __ipw_send_cmd(struct ipw_priv *priv, struct host_cmd *cmd) __ipw_send_cmd()
2282 struct host_cmd cmd = { ipw_send_cmd_simple()
2292 struct host_cmd cmd = { ipw_send_cmd_pdu()

Completed in 536 milliseconds