Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2502 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()
H A Dql_init.c4296 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()
H A Dql_api.c3409 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()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1334 #define SRB_RETRY BIT_2 /* Driver retrying command. */ macro