Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1511 if (!(pport->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_bind_port()
2819 if (!(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_ub_alloc()
3253 if (!(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_ub_free()
6580 port->flag |= EMLXS_INI_ENABLED; in emlxs_mode_init()
6582 port->flag &= ~EMLXS_INI_ENABLED; in emlxs_mode_init()
6599 vport->flag |= EMLXS_INI_ENABLED; in emlxs_mode_init()
6601 vport->flag &= ~EMLXS_INI_ENABLED; in emlxs_mode_init()
6652 vport->mode = (vport->flag & EMLXS_INI_ENABLED)? in emlxs_mode_set()
6797 if (!(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_detach()
6808 vport->flag &= ~EMLXS_INI_ENABLED; in emlxs_fca_detach()
[all …]
H A Demlxs_fct.c1531 !(port->flag & EMLXS_INI_ENABLED)) {
H A Demlxs_sli4.c866 if (port->flag & EMLXS_INI_ENABLED) { in emlxs_sli4_online()
912 if ((port->flag & EMLXS_INI_ENABLED) && in emlxs_sli4_online()
H A Demlxs_sli3.c1461 (port->flag & EMLXS_INI_ENABLED) && in emlxs_sli3_online()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1007 #define EMLXS_INI_ENABLED 0x00000010 /* emlxs_mode_init */ macro