Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2155 #define LOCAL_LOOP_ID(x) (x <= LAST_LOCAL_LOOP_ID) macro
2165 #define VALID_LOOP_ID(x) (LOCAL_LOOP_ID(x) || SNS_LOOP_ID(x) || \
2175 (x <= LAST_N_PORT_HDL) : (LOCAL_LOOP_ID(x) || SNS_LOOP_ID(x)))
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5605 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) { in ql_els_flogi()
6828 } else if (LOCAL_LOOP_ID(loop_id)) { in ql_login_port()
18404 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) { in ql_fca_isp_els_request()
18631 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) { in ql_n_port_plogi()