Searched refs:QL_ABORTED_SRB (Results 1 – 4 of 4) sorted by relevance
813 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()
4075 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()
4275 sp == QL_ABORTED_SRB(ha)) { in ql_requeue_all_cmds()
2206 #define QL_ABORTED_SRB(ha) ((ql_srb_t *)ha) macro