Searched refs:SRB_ISP_COMPLETED (Results 1 – 4 of 4) sorted by relevance
825 sp->flags |= SRB_ISP_COMPLETED; in ql_async_event()1888 sp->flags |= SRB_ISP_COMPLETED; in ql_error_entry()2023 sp->flags |= SRB_ISP_COMPLETED; in ql_status_entry()2145 sp->flags |= SRB_ISP_COMPLETED; in ql_24xx_status_entry()2716 sp->flags |= SRB_ISP_COMPLETED; in ql_status_error()2925 sp->flags |= SRB_ISP_COMPLETED; in ql_ip_entry()3288 sp->flags |= SRB_ISP_COMPLETED; in ql_ms_entry()3485 srb->flags |= SRB_ISP_COMPLETED; in ql_els_passthru_entry()
4297 sp->flags |= SRB_ISP_COMPLETED; in ql_requeue_all_cmds()4312 sp->flags |= SRB_ISP_COMPLETED; in ql_requeue_all_cmds()4327 sp->flags &= ~(SRB_ISP_STARTED | SRB_ISP_COMPLETED | in ql_requeue_all_cmds()
3409 sp->flags &= ~(SRB_ISP_STARTED | SRB_ISP_COMPLETED | SRB_RETRY | in ql_transport()4042 } else if (sp->flags & SRB_ISP_COMPLETED) { in ql_abort()4124 sp->flags |= SRB_ISP_COMPLETED; in ql_abort()8298 SRB_ISP_COMPLETED | SRB_RETRY); in ql_done()10802 sp->flags |= SRB_ISP_COMPLETED; in ql_abort_queues()19579 if (sp->flags & SRB_ISP_COMPLETED || rval == QL_SUCCESS) { in ql_abort_io()
1333 #define SRB_ISP_COMPLETED BIT_1 /* ISP finished with command. */ macro