Home
last modified time | relevance | path

Searched refs:CS_PORT_UNAVAILABLE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2506 sts.comp_status == CS_PORT_UNAVAILABLE || in ql_status_error()
2533 sts.comp_status == CS_PORT_UNAVAILABLE)) { in ql_status_error()
2872 sp->pkt->pkt_reason == CS_PORT_UNAVAILABLE || in ql_ip_entry()
2884 sp->pkt->pkt_reason == CS_PORT_UNAVAILABLE) { in ql_ip_entry()
3259 } else if (sp->pkt->pkt_reason == CS_PORT_UNAVAILABLE || in ql_ms_entry()
H A Dql_xioctl.c2475 sts.comp_status == CS_PORT_UNAVAILABLE)) { in ql_scsi_passthru()
2606 case CS_PORT_UNAVAILABLE: in ql_scsi_passthru()
4325 (comp_status == CS_PORT_UNAVAILABLE) || in ql_report_lun()
4656 (comp_status == CS_PORT_UNAVAILABLE) || in ql_inq()
H A Dql_api.c7888 sp->pkt->pkt_reason = CS_PORT_UNAVAILABLE; in ql_start_cmd()
8369 case CS_PORT_UNAVAILABLE: in ql_done()
10801 sp->pkt->pkt_reason = CS_PORT_UNAVAILABLE; in ql_abort_queues()
10874 sp->pkt->pkt_reason = CS_PORT_UNAVAILABLE; in ql_abort_device_queues()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h356 #define CS_PORT_UNAVAILABLE 0x28 /* Port unavailable */ macro