Home
last modified time | relevance | path

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

/illumos-gate/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.c778 if (hba->flag & FC_LOOPBACK_MODE) { in emlxs_timer_check_loopback()
H A Demlxs_fcp.c1574 !(hba->flag & FC_LOOPBACK_MODE) && (vport->ulp_statec != state)) { in emlxs_port_online()
1831 hba->flag &= ~FC_LOOPBACK_MODE; in emlxs_reset_link()
H A Demlxs_sli4.c6960 !(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_sli4_process_unsol_rcv()
9463 if ((did == 0) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_sli4_reg_did()
9472 if ((did == port->did) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_sli4_reg_did()
H A Demlxs_dfc.c4065 if (hba->flag & FC_LOOPBACK_MODE) { in emlxs_dfc_get_hbainfo()
8578 if (!(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_dfc_loopback_mode()
8900 if (!(hba->flag & FC_LOOPBACK_MODE)) { in emlxs_dfc_loopback_test()
H A Demlxs_fct.c1985 (hba->state < FC_LINK_UP) || (hba->flag & FC_LOOPBACK_MODE)) { in emlxs_fct_get_link_info()
H A Demlxs_sli3.c6947 if ((did == 0) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_sli3_reg_did()
H A Demlxs_fcf.c12535 if (hba->flag & FC_LOOPBACK_MODE) { in emlxs_vpi_port_online_action()
14396 if ((did == port->did) && (!(hba->flag & FC_LOOPBACK_MODE))) { in emlxs_rpi_online_notify()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1874 #define FC_LOOPBACK_MODE 0x03000000 /* Loopback Mode Mask */ macro