Searched refs:SRB_RETRY (Results 1 – 4 of 4) sorted by relevance
2374 sp->flags |= SRB_RETRY; in ql_status_error()2387 sp->flags |= SRB_RETRY; in ql_status_error()2454 sp->flags |= SRB_RETRY; in ql_status_error()2722 sp->flags |= SRB_RETRY; in ql_ip_entry()2735 sp->flags |= SRB_RETRY; in ql_ip_entry()2770 sp->flags |= SRB_RETRY; in ql_ip_entry()3035 sp->flags |= SRB_RETRY; in ql_ms_entry()3059 sp->flags |= SRB_RETRY; in ql_ms_entry()3086 sp->flags |= SRB_RETRY; in ql_ms_entry()3111 if ((sp->flags & SRB_RETRY) == 0) { in ql_ms_entry()
3948 sp->flags &= ~SRB_RETRY; in ql_abort_isp()3966 SRB_RETRY); in ql_abort_isp()
3153 sp->flags &= ~(SRB_ISP_STARTED | SRB_ISP_COMPLETED | SRB_RETRY | in ql_transport()7853 sp->flags & SRB_RETRY && in ql_done()7857 sp->flags &= ~(SRB_RETRY); in ql_done()7864 sp->flags & SRB_RETRY && in ql_done()7868 SRB_ISP_COMPLETED | SRB_RETRY); in ql_done()10004 sp->flags &= ~SRB_RETRY; in ql_cmd_timeout()10054 sp->flags &= ~SRB_RETRY; in ql_cmd_timeout()
1177 #define SRB_RETRY BIT_2 /* Driver retrying command. */ macro