Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c4963 tq->loop_id = PORT_NO_LOOP_ID; in ql_els_plogi()
6473 tq = ql_dev_init(ha, d_id, PORT_NO_LOOP_ID); in ql_login_port()
6535 tq->loop_id = PORT_NO_LOOP_ID; in ql_login_port()
6540 tq->loop_id = PORT_NO_LOOP_ID; in ql_login_port()
6545 tq->loop_id = PORT_NO_LOOP_ID; in ql_login_port()
6677 tq->loop_id = PORT_NO_LOOP_ID; in ql_login_fabric_port()
6760 tq->loop_id = PORT_NO_LOOP_ID; in ql_logout_port()
9211 } else if (tq->loop_id != PORT_NO_LOOP_ID) { in ql_process_rscn_for_device()
9302 tq->loop_id = PORT_NO_LOOP_ID; in ql_handle_rscn_update()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h343 #define PORT_NO_LOOP_ID 0x8000 /* Device does not have loop ID. */ macro