Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1512 if (!(pport->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_bind_port()
2829 if (!(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_ub_alloc()
3263 if (!(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_ub_free()
6593 port->flag |= EMLXS_INI_ENABLED; in emlxs_mode_init()
6595 port->flag &= ~EMLXS_INI_ENABLED; in emlxs_mode_init()
6612 vport->flag |= EMLXS_INI_ENABLED; in emlxs_mode_init()
6614 vport->flag &= ~EMLXS_INI_ENABLED; in emlxs_mode_init()
6665 vport->mode = (vport->flag & EMLXS_INI_ENABLED)? in emlxs_mode_set()
6810 if (!(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fca_detach()
6821 vport->flag &= ~EMLXS_INI_ENABLED; in emlxs_fca_detach()
[all …]
H A Demlxs_fct.c1539 !(port->flag & EMLXS_INI_ENABLED)) { in emlxs_fct_ctl()
H A Demlxs_sli4.c923 if (port->flag & EMLXS_INI_ENABLED) { in emlxs_sli4_online()
969 if ((port->flag & EMLXS_INI_ENABLED) && in emlxs_sli4_online()
H A Demlxs_sli3.c1466 (port->flag & EMLXS_INI_ENABLED) && in emlxs_sli3_online()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1011 #define EMLXS_INI_ENABLED 0x00000010 /* emlxs_mode_init */ macro