Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1885 #define LOOP_NOT_READY(ha) (ha->task_daemon_flags & (QL_LOOP_TRANSITION | \ macro
1888 #define LOOP_READY(ha) (LOOP_NOT_READY(ha) == 0)
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3723 while (LOOP_NOT_READY(ha)) { in ql_send_els_rnid()
7496 if (LOOP_NOT_READY(ha)) { in ql_port_param()
H A Dql_api.c4620 } else if (LOOP_NOT_READY(pha)) { in ql_port_manage()