Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c234 sp->flags |= SRB_ISP_COMPLETED; in ql_isr_aif()
821 sp->flags |= SRB_ISP_COMPLETED; in ql_async_event()
1782 sp->flags |= SRB_ISP_COMPLETED; in ql_error_entry()
1909 sp->flags |= SRB_ISP_COMPLETED; in ql_status_entry()
2023 sp->flags |= SRB_ISP_COMPLETED; in ql_24xx_status_entry()
2581 sp->flags |= SRB_ISP_COMPLETED; in ql_status_error()
2779 sp->flags |= SRB_ISP_COMPLETED; in ql_ip_entry()
3120 sp->flags |= SRB_ISP_COMPLETED; in ql_ms_entry()
3275 srb->flags |= SRB_ISP_COMPLETED; in ql_els_passthru_entry()
H A Dql_init.c3949 sp->flags |= SRB_ISP_COMPLETED; in ql_abort_isp()
3965 sp->flags &= ~(SRB_ISP_STARTED | SRB_ISP_COMPLETED | in ql_abort_isp()
H A Dql_api.c3153 sp->flags &= ~(SRB_ISP_STARTED | SRB_ISP_COMPLETED | SRB_RETRY | in ql_transport()
3791 } else if (sp->flags & SRB_ISP_COMPLETED) { in ql_abort()
7868 SRB_ISP_COMPLETED | SRB_RETRY); in ql_done()
10405 sp->flags |= SRB_ISP_COMPLETED; in ql_abort_queues()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1176 #define SRB_ISP_COMPLETED BIT_1 /* ISP finished with command. */ macro