Home
last modified time | relevance | path

Searched refs:LOOP_NOT_READY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2192 #define LOOP_NOT_READY(ha) (ha->task_daemon_flags & (QL_LOOP_TRANSITION | \ macro
2195 #define LOOP_READY(ha) (LOOP_NOT_READY(ha) == 0)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3563 } while (timer-- && LOOP_NOT_READY(ha)); in ql_diagnostic_loopback()
3834 while (LOOP_NOT_READY(ha)) { in ql_send_els_rnid()
7920 if (LOOP_NOT_READY(ha)) { in ql_port_param()
H A Dql_api.c4890 } else if (LOOP_NOT_READY(pha)) { in ql_port_manage()