Searched refs:mbx_cmd (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 301 dev->mbx_cmd = kzalloc(sizeof(struct ocrdma_mqe_emb_cmd), GFP_KERNEL); in ocrdma_add() 302 if (!dev->mbx_cmd) in ocrdma_add() 353 kfree(dev->mbx_cmd); in ocrdma_add() 363 kfree(dev->mbx_cmd); in ocrdma_remove_free()
|
D | ocrdma_hw.c | 404 struct ocrdma_delete_q_req *cmd = dev->mbx_cmd; in ocrdma_mbx_delete_q() 433 struct ocrdma_create_eq_req *cmd = dev->mbx_cmd; in ocrdma_mbx_create_eq() 434 struct ocrdma_create_eq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_eq() 524 struct ocrdma_create_cq_cmd *cmd = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create() 525 struct ocrdma_create_cq_cmd_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create() 566 struct ocrdma_create_mq_req *cmd = dev->mbx_cmd; in ocrdma_mbx_create_mq() 567 struct ocrdma_create_mq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_mq()
|
D | ocrdma.h | 277 void *mbx_cmd; member
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_glbl.h | 83 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,
|
D | ql4_mbx.c | 15 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()
|
D | ql4_83xx.c | 1314 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()
|
D | ql4_nx.c | 3921 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.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.c | 205 .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() 3913 u32 mbx_cmd, fw_hal_version, hdr_size, total_size, tmp; in qlcnic_83xx_encode_mbx_cmd() local 3918 mbx_cmd = cmd->req.arg[0]; in qlcnic_83xx_encode_mbx_cmd() 3919 writel(mbx_cmd, QLCNIC_MBX_HOST(ahw, 0)); in qlcnic_83xx_encode_mbx_cmd() 3927 mbx_cmd = tmp | fw_hal_version << 29; in qlcnic_83xx_encode_mbx_cmd() 3928 writel(mbx_cmd, QLCNIC_MBX_HOST(ahw, 0)); in qlcnic_83xx_encode_mbx_cmd() 3931 mbx_cmd = 0x1 | 1 << 4; in qlcnic_83xx_encode_mbx_cmd() 3934 mbx_cmd |= cmd->func_num << 5; in qlcnic_83xx_encode_mbx_cmd() [all …]
|
D | qlcnic.h | 1778 int (*mbx_cmd) (struct qlcnic_adapter *, struct qlcnic_cmd_args *); member 1888 if (adapter->ahw->hw_ops->mbx_cmd) in qlcnic_issue_cmd() 1889 return adapter->ahw->hw_ops->mbx_cmd(adapter, cmd); in qlcnic_issue_cmd()
|
D | qlcnic_sriov_common.c | 54 .mbx_cmd = qlcnic_sriov_issue_cmd,
|
D | qlcnic_main.c | 591 .mbx_cmd = qlcnic_82xx_issue_cmd,
|