Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3507 PORT_LOST_ID); in ql_configure_device_d_id()
3513 PORT_LOST_ID); in ql_configure_device_d_id()
3543 ~PORT_LOST_ID); in ql_configure_device_d_id()
4663 if (tq->loop_id & PORT_LOST_ID && in ql_update_dev()
4666 tq->loop_id &= ~PORT_LOST_ID; in ql_update_dev()
4686 tq->loop_id &= ~PORT_LOST_ID; in ql_update_dev()
H A Dql_api.c6788 if ((tq != NULL) && (tq->loop_id & PORT_LOST_ID) && in ql_login_port()
6790 loop_id = (uint16_t)(tq->loop_id & ~PORT_LOST_ID); in ql_login_port()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h429 #define PORT_LOST_ID 0x4000 /* Device has been lost. */ macro