Home
last modified time | relevance | path

Searched refs:mbx_cmd (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_glbl.h83 uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts);
216 void qla4_82xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd,
219 void qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd,
241 void qla4_83xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd,
Dql4_mbx.c15 void qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, in qla4xxx_queue_mbox_cmd() argument
22 writel(mbx_cmd[i], &ha->reg->mailbox[i]); in qla4xxx_queue_mbox_cmd()
25 writel(mbx_cmd[0], &ha->reg->mailbox[0]); in qla4xxx_queue_mbox_cmd()
84 uint8_t outCount, uint32_t *mbx_cmd, in qla4xxx_mailbox_command() argument
94 if (!mbx_cmd || !mbx_sts) { in qla4xxx_mailbox_command()
162 ha->isp_ops->queue_mailbox_command(ha, mbx_cmd, inCount); in qla4xxx_mailbox_command()
216 ha->host_no, mbx_cmd[0]); in qla4xxx_mailbox_command()
254 ha->host_no, __func__, mbx_cmd[0]); in qla4xxx_mailbox_command()
260 ha->host_no, __func__, mbx_cmd[0], mbx_sts[0], in qla4xxx_mailbox_command()
Dql4_83xx.c1314 void qla4_83xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, in qla4_83xx_queue_mbox_cmd() argument
1321 writel(mbx_cmd[i], &ha->qla4_83xx_reg->mailbox_in[i]); in qla4_83xx_queue_mbox_cmd()
1323 writel(mbx_cmd[0], &ha->qla4_83xx_reg->mailbox_in[0]); in qla4_83xx_queue_mbox_cmd()
Dql4_nx.c3921 void qla4_82xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, in qla4_82xx_queue_mbox_cmd() argument
3928 writel(mbx_cmd[i], &ha->qla4_82xx_reg->mailbox_in[i]); in qla4_82xx_queue_mbox_cmd()
3931 writel(mbx_cmd[0], &ha->qla4_82xx_reg->mailbox_in[0]); in qla4_82xx_queue_mbox_cmd()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_main.c465 dev->mbx_cmd = kzalloc(sizeof(struct ocrdma_mqe_emb_cmd), GFP_KERNEL); in ocrdma_add()
466 if (!dev->mbx_cmd) in ocrdma_add()
516 kfree(dev->mbx_cmd); in ocrdma_add()
527 kfree(dev->mbx_cmd); in ocrdma_remove_free()
Docrdma_hw.c388 struct ocrdma_delete_q_req *cmd = dev->mbx_cmd; in ocrdma_mbx_delete_q()
417 struct ocrdma_create_eq_req *cmd = dev->mbx_cmd; in ocrdma_mbx_create_eq()
418 struct ocrdma_create_eq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_eq()
508 struct ocrdma_create_cq_cmd *cmd = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create()
509 struct ocrdma_create_cq_cmd_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create()
550 struct ocrdma_create_mq_req *cmd = dev->mbx_cmd; in ocrdma_mbx_create_mq()
551 struct ocrdma_create_mq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_mq()
Docrdma.h257 void *mbx_cmd; member
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c203 .mbx_cmd = qlcnic_83xx_issue_cmd,
1110 err = ahw->hw_ops->mbx_cmd(adapter, &cmd); in qlcnic_83xx_add_rings()
1249 err = ahw->hw_ops->mbx_cmd(adapter, &cmd); in qlcnic_83xx_create_rx_ctx()
3884 u32 mbx_cmd, fw_hal_version, hdr_size, total_size, tmp; in qlcnic_83xx_encode_mbx_cmd() local
3889 mbx_cmd = cmd->req.arg[0]; in qlcnic_83xx_encode_mbx_cmd()
3890 writel(mbx_cmd, QLCNIC_MBX_HOST(ahw, 0)); in qlcnic_83xx_encode_mbx_cmd()
3898 mbx_cmd = tmp | fw_hal_version << 29; in qlcnic_83xx_encode_mbx_cmd()
3899 writel(mbx_cmd, QLCNIC_MBX_HOST(ahw, 0)); in qlcnic_83xx_encode_mbx_cmd()
3902 mbx_cmd = 0x1 | 1 << 4; in qlcnic_83xx_encode_mbx_cmd()
3905 mbx_cmd |= cmd->func_num << 5; in qlcnic_83xx_encode_mbx_cmd()
[all …]
Dqlcnic.h1780 int (*mbx_cmd) (struct qlcnic_adapter *, struct qlcnic_cmd_args *); member
1890 if (adapter->ahw->hw_ops->mbx_cmd) in qlcnic_issue_cmd()
1891 return adapter->ahw->hw_ops->mbx_cmd(adapter, cmd); in qlcnic_issue_cmd()
Dqlcnic_sriov_common.c53 .mbx_cmd = qlcnic_sriov_issue_cmd,
Dqlcnic_main.c582 .mbx_cmd = qlcnic_82xx_issue_cmd,