Searched refs:ULP_PORT_ATTACH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h73 #define ULP_PORT_ATTACH 0x01 macro
77 #define FCTL_DISALLOW_CALLBACKS(x) (!((x) & ULP_PORT_ATTACH) ||\
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2447 ASSERT((ulp_port->port_dstate & ULP_PORT_ATTACH) == 0);
2603 if (ulp_port->port_dstate & ULP_PORT_ATTACH) {
2610 if (!(ulp_port->port_dstate & ULP_PORT_ATTACH) ||
2617 if (!(ulp_port->port_dstate & ULP_PORT_ATTACH) ||
2677 ulp_port->port_dstate |= ULP_PORT_ATTACH;
2791 if ((ulp_port->port_dstate & ULP_PORT_ATTACH) == 0) {
2797 if (!(ulp_port->port_dstate & ULP_PORT_ATTACH) ||
2804 if (!(ulp_port->port_dstate & ULP_PORT_ATTACH) ||
2858 ulp_port->port_dstate &= ~ULP_PORT_ATTACH;
2938 if (next->port_dstate & ULP_PORT_ATTACH) {
[all...]

Completed in 69 milliseconds