Lines Matching defs:mbx_cmd
14 void qla4xxx_queue_mbox_cmd(struct scsi_qla_host *ha, uint32_t *mbx_cmd,
21 writel(mbx_cmd[i], &ha->reg->mailbox[i]);
24 writel(mbx_cmd[0], &ha->reg->mailbox[0]);
75 * @mbx_cmd: data pointer for mailbox in registers.
83 uint8_t outCount, uint32_t *mbx_cmd,
93 if (!mbx_cmd || !mbx_sts) {
94 DEBUG2(printk("scsi%ld: %s: Invalid mbx_cmd or mbx_sts "
161 ha->isp_ops->queue_mailbox_command(ha, mbx_cmd, inCount);
215 ha->host_no, mbx_cmd[0]);
253 ha->host_no, __func__, mbx_cmd[0]);
259 ha->host_no, __func__, mbx_cmd[0], mbx_sts[0],