Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h435 #define QL_FL_PORT BIT_3 macro
436 #define QL_LOOP_CONNECTION (QL_NL_PORT | QL_FL_PORT)
438 #define QL_FABRIC_CONNECTION (QL_F_PORT | QL_FL_PORT)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c3322 ~(QL_N_PORT | QL_NL_PORT | QL_F_PORT | QL_FL_PORT)); in ql_configure_hba()
3343 ha->topology = (uint8_t)(ha->topology | QL_FL_PORT); in ql_configure_hba()
H A Dql_api.c9943 if (ha->topology & QL_FL_PORT) { in ql_ub_frame_hdr()