Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3286 (tq->loop_id | PORT_LOST_ID); in ql_configure_device_d_id()
3314 ~PORT_LOST_ID); in ql_configure_device_d_id()
3375 if ((tq->loop_id & PORT_LOST_ID) && in ql_configure_device_d_id()
H A Dql_api.c6410 if ((tq != NULL) && (tq->loop_id & PORT_LOST_ID) && in ql_login_port()
6412 loop_id = (uint16_t)(tq->loop_id & ~PORT_LOST_ID); in ql_login_port()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h344 #define PORT_LOST_ID 0x4000 /* Device has been lost. */ macro