Home
last modified time | relevance | path

Searched refs:LOCAL_LOOP_ID (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1847 #define LOCAL_LOOP_ID(x) (x <= LAST_LOCAL_LOOP_ID) macro
1857 #define VALID_LOOP_ID(x) (LOCAL_LOOP_ID(x) || SNS_LOOP_ID(x) || \
1867 (x <= LAST_N_PORT_HDL) : (LOCAL_LOOP_ID(x) || SNS_LOOP_ID(x)))
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5212 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) { in ql_els_flogi()
6447 } else if (LOCAL_LOOP_ID(loop_id)) { in ql_login_port()
17403 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) { in ql_fca_isp_els_request()
17630 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) { in ql_n_port_plogi()