Lines Matching defs:status
15 * @sts_entry: Pointer to status entry structure.
110 * qla4xxx_status_entry - processes status IOCBs
112 * @sts_entry: Pointer to status entry structure.
125 ql4_printk(KERN_WARNING, ha, "%s invalid status entry: "
193 /* Always set the status to DID_ERROR, since
194 * all conditions result in that status anyway */
359 * qla4xxx_passthru_status_entry - processes passthru status IOCBs (0x3C)
361 * @sts_entry: Pointer to status entry structure.
426 uint32_t status;
447 status = ISCSI_PING_SUCCESS;
449 status = mbox_sts_entry->out_mbox[6];
453 qla4xxx_post_ping_evt_work(ha, status, mrb->pid, data_size,
496 /* Common status */
506 "%s: Invalid status received\n",
544 "%s: mbox status IOCB\n", __func__));
651 * qla4xxx_isr_decode_mailbox - decodes mailbox status
653 * @mbox_status: Mailbox status.
655 * This routine decodes the mailbox status during the ISR.
1019 DEBUG2(printk("scsi%ld: Unknown mailbox status %08X\n",
1046 * @intr_status: Local interrupt status/type.
1072 * @intr_status: Local interrupt status/type.
1146 * Read interrupt status
1223 uint32_t status;
1231 status = qla4_82xx_rd_32(ha, ISR_INT_VECTOR);
1232 if (!(status & ha->nx_legacy_intr.int_vec_bit))
1235 status = qla4_82xx_rd_32(ha, ISR_INT_STATE_REG);
1236 if (!ISR_IS_LEGACY_INTR_TRIGGERED(status)) {