Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h421 #define LAST_N_PORT_HDL 0x7ef macro
2168 #define VALID_N_PORT_HDL(x) (x <= LAST_N_PORT_HDL || \
2175 (x <= LAST_N_PORT_HDL) : (LOCAL_LOOP_ID(x) || SNS_LOOP_ID(x)))
2178 (x > LAST_N_PORT_HDL && x <= FL_PORT_24XX_HDL) : \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6842 last_loop_id = LAST_N_PORT_HDL; in ql_login_port()
10689 if ((tq->loop_id > LAST_N_PORT_HDL) || in ql_iidma()