Home
last modified time | relevance | path

Searched refs:EMLXS_INI_BOUND (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_ip.c200 if (!(port->flag & EMLXS_INI_BOUND) || in emlxs_ip_handle_unsol_req()
H A Demlxs_solaris.c1300 if (port->flag & EMLXS_INI_BOUND) { in emlxs_detach()
1500 if (port->flag & EMLXS_INI_BOUND) { in emlxs_fca_bind_port()
1571 port->flag |= EMLXS_INI_BOUND; in emlxs_fca_bind_port()
2129 if (port->flag & EMLXS_INI_BOUND) { in emlxs_fca_unbind_port()
2133 port->flag &= ~EMLXS_INI_BOUND; in emlxs_fca_unbind_port()
2286 if (!(port->flag & EMLXS_INI_BOUND)) { in emlxs_fca_get_cap()
2433 if (!(port->flag & EMLXS_INI_BOUND)) { in emlxs_fca_get_map()
2836 if (!(port->flag & EMLXS_INI_BOUND)) { in emlxs_fca_ub_alloc()
3157 if (!(port->flag & EMLXS_INI_BOUND)) { in emlxs_fca_ub_release()
3275 if (!(port->flag & EMLXS_INI_BOUND)) { in emlxs_fca_ub_free()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1012 #define EMLXS_INI_BOUND 0x00000020 /* emlxs_fca_bind_port */ macro
1015 #define EMLXS_PORT_BOUND (EMLXS_INI_BOUND|EMLXS_TGT_BOUND)