Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1010 #define EMLXS_TGT_BOUND 0x00000080 /* emlxs_fct_bind_port */ macro
1011 #define EMLXS_PORT_BOUND (EMLXS_INI_BOUND|EMLXS_TGT_BOUND)
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c959 if (!(port->flag & EMLXS_TGT_BOUND)) {
972 port->flag &= ~EMLXS_TGT_BOUND;
1050 if (port->flag & EMLXS_TGT_BOUND) {
1223 port->flag |= EMLXS_TGT_BOUND;
H A Demlxs_solaris.c1287 if ((port->flag & EMLXS_TGT_BOUND) && in emlxs_detach()
2142 if (port->flag & EMLXS_TGT_BOUND) { in emlxs_fca_unbind_port()