Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2374 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()
H A Dql_init.c3948 sp->flags &= ~SRB_RETRY; in ql_abort_isp()
3966 SRB_RETRY); in ql_abort_isp()
H A Dql_api.c3153 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()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1177 #define SRB_RETRY BIT_2 /* Driver retrying command. */ macro