/linux-5.19.10/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 274 dev->mbx_cmd = kzalloc(sizeof(struct ocrdma_mqe_emb_cmd), GFP_KERNEL); in ocrdma_add() 275 if (!dev->mbx_cmd) in ocrdma_add() 316 kfree(dev->mbx_cmd); in ocrdma_add() 325 kfree(dev->mbx_cmd); in ocrdma_remove_free()
|
D | ocrdma_hw.c | 407 struct ocrdma_delete_q_req *cmd = dev->mbx_cmd; in ocrdma_mbx_delete_q() 436 struct ocrdma_create_eq_req *cmd = dev->mbx_cmd; in ocrdma_mbx_create_eq() 437 struct ocrdma_create_eq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_eq() 527 struct ocrdma_create_cq_cmd *cmd = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create() 528 struct ocrdma_create_cq_cmd_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_mq_cq_create() 569 struct ocrdma_create_mq_req *cmd = dev->mbx_cmd; in ocrdma_mbx_create_mq() 570 struct ocrdma_create_mq_rsp *rsp = dev->mbx_cmd; in ocrdma_mbx_create_mq()
|
D | ocrdma.h | 276 void *mbx_cmd; member
|
/linux-5.19.10/drivers/scsi/qla4xxx/ |
D | ql4_glbl.h | 82 uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts); 213 void qla4_82xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, 216 void qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, 238 void qla4_83xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd,
|
D | ql4_mbx.c | 14 void qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, in qla4xxx_queue_mbox_cmd() argument 21 writel(mbx_cmd[i], &ha->reg->mailbox[i]); in qla4xxx_queue_mbox_cmd() 24 writel(mbx_cmd[0], &ha->reg->mailbox[0]); in qla4xxx_queue_mbox_cmd() 83 uint8_t outCount, uint32_t *mbx_cmd, in qla4xxx_mailbox_command() argument 93 if (!mbx_cmd || !mbx_sts) { in qla4xxx_mailbox_command() 161 ha->isp_ops->queue_mailbox_command(ha, mbx_cmd, inCount); in qla4xxx_mailbox_command() 215 ha->host_no, mbx_cmd[0]); in qla4xxx_mailbox_command() 253 ha->host_no, __func__, mbx_cmd[0]); in qla4xxx_mailbox_command() 259 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 | 3901 void qla4_82xx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd, in qla4_82xx_queue_mbox_cmd() argument 3908 writel(mbx_cmd[i], &ha->qla4_82xx_reg->mailbox_in[i]); in qla4_82xx_queue_mbox_cmd() 3911 writel(mbx_cmd[0], &ha->qla4_82xx_reg->mailbox_in[0]); in qla4_82xx_queue_mbox_cmd()
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.c | 204 .mbx_cmd = qlcnic_83xx_issue_cmd, 1117 err = ahw->hw_ops->mbx_cmd(adapter, &cmd); in qlcnic_83xx_add_rings() 1256 err = ahw->hw_ops->mbx_cmd(adapter, &cmd); in qlcnic_83xx_create_rx_ctx() 3959 u32 mbx_cmd, fw_hal_version, hdr_size, total_size, tmp; in qlcnic_83xx_encode_mbx_cmd() local 3964 mbx_cmd = cmd->req.arg[0]; in qlcnic_83xx_encode_mbx_cmd() 3965 writel(mbx_cmd, QLCNIC_MBX_HOST(ahw, 0)); in qlcnic_83xx_encode_mbx_cmd() 3973 mbx_cmd = tmp | fw_hal_version << 29; in qlcnic_83xx_encode_mbx_cmd() 3974 writel(mbx_cmd, QLCNIC_MBX_HOST(ahw, 0)); in qlcnic_83xx_encode_mbx_cmd() 3977 mbx_cmd = 0x1 | 1 << 4; in qlcnic_83xx_encode_mbx_cmd() 3980 mbx_cmd |= cmd->func_num << 5; in qlcnic_83xx_encode_mbx_cmd() [all …]
|
D | qlcnic.h | 1772 int (*mbx_cmd) (struct qlcnic_adapter *, struct qlcnic_cmd_args *); member 1899 if (adapter->ahw->hw_ops->mbx_cmd) in qlcnic_issue_cmd() 1900 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 | 564 .mbx_cmd = qlcnic_82xx_issue_cmd,
|
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.h | 778 u8 mbx_cmd; member
|
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_els.c | 5210 u32 mbx_cmd = pmb->u.mb.mbxCommand; in lpfc_mbx_cmpl_dflt_rpi() local 5217 kref_read(&ndlp->kref), ndlp, mbx_cmd, in lpfc_mbx_cmpl_dflt_rpi() 5227 if (mbx_cmd == MBX_UNREG_LOGIN) in lpfc_mbx_cmpl_dflt_rpi()
|