Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3915 if (hba->flag & FC_MENLO_MODE) { in emlxs_dfc_get_hbainfo()
4017 else if (hba->flag & FC_MENLO_MODE) { in emlxs_dfc_get_hbainfo()
4164 if (hba->flag & FC_MENLO_MODE) { in emlxs_dfc_get_hbastats()
6045 if (hba->flag & FC_MENLO_MODE) { in emlxs_send_menlo_cmd()
6047 hba->flag &= ~FC_MENLO_MODE; in emlxs_send_menlo_cmd()
6101 if (mm_mode && !(hba->flag & FC_MENLO_MODE)) { in emlxs_send_menlo_cmd()
6108 while ((rval != -1) && !(hba->flag & FC_MENLO_MODE)) { in emlxs_send_menlo_cmd()
6943 else if (hba->flag & FC_MENLO_MODE) { in emlxs_dfc_get_linkinfo()
7063 else if (hba->flag & FC_MENLO_MODE) { in emlxs_dfc_get_fctstat()
8218 } while (!(hba->flag & FC_MENLO_MODE)); in emlxs_dfc_set_menlo_loopback()
[all …]
H A Demlxs_fcp.c1689 if (hba->flag & FC_MENLO_MODE) { in emlxs_linkup()
H A Demlxs_mbox.c1672 hba->flag |= FC_MENLO_MODE; in emlxs_read_la_mbcmpl()
H A Demlxs_solaris.c1597 else if (hba->flag & FC_MENLO_MODE) { in emlxs_fca_bind_port()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1847 #define FC_MENLO_MODE 0x00008000 /* Menlo maintenance mode */ macro