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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h96 #define FP_SOFT_IN_STATEC_CB 0x0010 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1433 port->fp_soft_state |= FP_SOFT_IN_STATEC_CB;
1517 (FP_SOFT_IN_STATEC_CB | FP_SOFT_IN_UNSOL_CB)) &&
1526 (FP_SOFT_IN_STATEC_CB | FP_SOFT_IN_UNSOL_CB)) {
1687 while ((port->fp_soft_state & (FP_SOFT_IN_STATEC_CB |
1695 if (port->fp_soft_state & (FP_SOFT_IN_STATEC_CB |
1752 if ((port->fp_soft_state & FP_SOFT_IN_STATEC_CB) ||
2390 port->fp_soft_state &= ~FP_SOFT_IN_STATEC_CB;
2572 ~FP_SOFT_IN_STATEC_CB;
2621 port->fp_soft_state |= FP_SOFT_IN_STATEC_CB;
2693 ~FP_SOFT_IN_STATEC_CB;
[all...]

Completed in 190 milliseconds