Lines Matching refs:status

71 		/* We have a SCSI status */
85 /* We have an FC status */
854 u64 reg, status;
884 status = readq_be(&fc_port_regs[FC_STATUS / 8]);
885 if (status & SISL_STATUS_SHUTDOWN_COMPLETE)
1119 * @delay_us: Number of microseconds to delay between reading port status.
1120 * @nretry: Number of cycles to retry reading port status.
1131 u64 status;
1137 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]);
1138 if (status == U64_MAX)
1140 } while ((status & FC_MTIP_STATUS_MASK) != FC_MTIP_STATUS_ONLINE &&
1143 return ((status & FC_MTIP_STATUS_MASK) == FC_MTIP_STATUS_ONLINE);
1149 * @delay_us: Number of microseconds to delay between reading port status.
1150 * @nretry: Number of cycles to retry reading port status.
1160 u64 status;
1166 status = readq_be(&fc_regs[FC_MTIP_STATUS / 8]);
1167 if (status == U64_MAX)
1169 } while ((status & FC_MTIP_STATUS_MASK) != FC_MTIP_STATUS_OFFLINE &&
1172 return ((status & FC_MTIP_STATUS_MASK) == FC_MTIP_STATUS_OFFLINE);
1561 /* FYI, it is 'okay' to clear AFU status before FC_ERROR */
1572 if (unlikely(info->status != 1ULL << bit)) {
1873 * the primary hardware queue. Note that while this status is reflected
2293 * The command status is optionally passed back to the caller when the caller
2571 * cxlflash_show_port_status() - queries and presents the current port status
2572 * @port: Desired port for status reporting.
2574 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2584 u64 status;
2596 status = readq_be(&fc_port_regs[FC_MTIP_STATUS / 8]);
2597 status &= FC_MTIP_STATUS_MASK;
2599 if (status == FC_MTIP_STATUS_ONLINE)
2601 else if (status == FC_MTIP_STATUS_OFFLINE)
2610 * port0_show() - queries and presents the current status of port 0
2613 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2627 * port1_show() - queries and presents the current status of port 1
2630 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2644 * port2_show() - queries and presents the current status of port 2
2647 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2661 * port3_show() - queries and presents the current status of port 3
2664 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2770 * @port: Desired port for status reporting.
2772 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2806 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2823 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2840 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.
2857 * @buf: Buffer of length PAGE_SIZE to report back port status in ASCII.