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.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)))
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5212 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) {
6447 } else if (LOCAL_LOOP_ID(loop_id)) {
17403 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) {
17630 if (LOCAL_LOOP_ID(ha->n_port->n_port_handle)) {

Completed in 79 milliseconds