Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c813 if (sp == QL_ABORTED_SRB(ha)) { in ql_async_event()
1805 QL_ABORTED_SRB(ha)) { in ql_error_entry()
1852 if (sp == QL_ABORTED_SRB(ha)) { in ql_error_entry()
1940 if (sp == QL_ABORTED_SRB(ha)) { in ql_status_entry()
2080 if (sp == QL_ABORTED_SRB(ha)) { in ql_24xx_status_entry()
2826 if (sp == QL_ABORTED_SRB(ha)) { in ql_ip_entry()
3147 if (sp == QL_ABORTED_SRB(ha)) { in ql_ms_entry()
3417 if (srb == QL_ABORTED_SRB(ha)) { in ql_els_passthru_entry()
H A Dql_api.c4075 QL_ABORTED_SRB(ha); in ql_abort()
10574 sp != QL_ABORTED_SRB(ha) && in ql_wait_outstanding()
10784 if (sp && (sp == QL_ABORTED_SRB(ha) || sp->ha != ha)) { in ql_abort_queues()
16564 sp != QL_ABORTED_SRB(ha) && in ql_halt()
19590 QL_ABORTED_SRB(ha); in ql_abort_io()
H A Dql_init.c4275 sp == QL_ABORTED_SRB(ha)) { in ql_requeue_all_cmds()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2206 #define QL_ABORTED_SRB(ha) ((ql_srb_t *)ha) macro