Home
last modified time | relevance | path

Searched refs:FC_LOOPBACK_MODE (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c482 if ((did == 0) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_node_find_did()
504 if (did == port->did && !(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_node_find_did()
H A Demlxs_clock.c771 if (hba->flag & FC_LOOPBACK_MODE) { in emlxs_timer_check_loopback()
H A Demlxs_fcp.c1567 !(hba->flag & FC_LOOPBACK_MODE) && (vport->ulp_statec != state)) { in emlxs_port_online()
1822 hba->flag &= ~FC_LOOPBACK_MODE; in emlxs_reset_link()
H A Demlxs_sli4.c6622 !(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_sli4_process_unsol_rcv()
8876 if ((did == 0) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_sli4_reg_did()
8885 if ((did == port->did) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_sli4_reg_did()
H A Demlxs_dfc.c4011 if (hba->flag & FC_LOOPBACK_MODE) { in emlxs_dfc_get_hbainfo()
8520 if (!(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_dfc_loopback_mode()
8839 if (!(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_dfc_loopback_test()
H A Demlxs_fct.c1974 (hba->state < FC_LINK_UP) || (hba->flag & FC_LOOPBACK_MODE)) {
H A Demlxs_sli3.c6939 if ((did == 0) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_sli3_reg_did()
H A Demlxs_fcf.c12534 if (hba->flag & FC_LOOPBACK_MODE) { in emlxs_vpi_port_online_action()
14395 if ((did == port->did) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_rpi_online_notify()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1860 #define FC_LOOPBACK_MODE 0x03000000 /* Loopback Mode Mask */ macro