Searched refs:SRB_RETRY (Results 1 – 4 of 4) sorted by relevance
2502 sp->flags |= SRB_RETRY; in ql_status_error()2515 sp->flags |= SRB_RETRY; in ql_status_error()2587 sp->flags |= SRB_RETRY; in ql_status_error()2868 sp->flags |= SRB_RETRY; in ql_ip_entry()2881 sp->flags |= SRB_RETRY; in ql_ip_entry()2916 sp->flags |= SRB_RETRY; in ql_ip_entry()3196 sp->flags |= SRB_RETRY; in ql_ms_entry()3220 sp->flags |= SRB_RETRY; in ql_ms_entry()3247 sp->flags |= SRB_RETRY; in ql_ms_entry()3279 if ((sp->flags & SRB_RETRY) == 0) { in ql_ms_entry()
4296 sp->flags &= ~SRB_RETRY; in ql_requeue_all_cmds()4311 sp->flags &= ~SRB_RETRY; in ql_requeue_all_cmds()4328 SRB_RETRY); in ql_requeue_all_cmds()
3409 sp->flags &= ~(SRB_ISP_STARTED | SRB_ISP_COMPLETED | SRB_RETRY | in ql_transport()8283 sp->flags & SRB_RETRY && in ql_done()8287 sp->flags &= ~(SRB_RETRY); in ql_done()8294 sp->flags & SRB_RETRY && in ql_done()8298 SRB_ISP_COMPLETED | SRB_RETRY); in ql_done()10449 sp->flags &= ~SRB_RETRY; in ql_cmd_timeout()
1334 #define SRB_RETRY BIT_2 /* Driver retrying command. */ macro