Home
last modified time | relevance | path

Searched refs:QL_N_PORT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h432 #define QL_N_PORT BIT_0 macro
437 #define QL_P2P_CONNECTION (QL_F_PORT | QL_N_PORT)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c221 ha->topology & QL_N_PORT ? 0x8000 : 0x8800; in ql_initialize_adapter()
3322 ~(QL_N_PORT | QL_NL_PORT | QL_F_PORT | QL_FL_PORT)); in ql_configure_hba()
3349 ha->topology = (uint8_t)(ha->topology | QL_N_PORT); in ql_configure_hba()
3504 !(ha->topology & QL_N_PORT)) { in ql_configure_device_d_id()
H A Dql_isr.c1358 if (ha->topology & QL_N_PORT) { in ql_async_event()
1360 ~QL_N_PORT); in ql_async_event()
3493 if (ha->topology & QL_N_PORT) { in ql_els_passthru_entry()
H A Dql_api.c4975 if ((ha->topology & QL_N_PORT) && in ql_port_manage()
5280 if (CFG_IST(ha, CFG_N2N_SUPPORT) && ha->topology & QL_N_PORT) { in ql_els_plogi()
5595 if (CFG_IST(ha, CFG_N2N_SUPPORT) && ha->topology & QL_N_PORT) { in ql_els_flogi()
5641 if (ha->topology & QL_N_PORT) { in ql_els_flogi()
5813 if ((ha->topology & QL_N_PORT) && in ql_els_prli()
5845 if (ha->topology & QL_N_PORT) { in ql_els_prli()
9226 ha->topology & QL_N_PORT ? 0x8000 : 0x8800; in ql_send_plogi()
18629 if (ha->topology & QL_N_PORT) { in ql_n_port_plogi()
H A Dql_mbx.c1671 if ((ha->topology & QL_N_PORT) && in ql_logout_fabric_port()