Lines Matching refs:fddiPORTPCMState
76 #define GO_STATE(x) (mib->fddiPORTPCMState = (x)|AFLAG)
77 #define ACTIONS_DONE() (mib->fddiPORTPCMState &= ~AFLAG)
256 mib->fddiPORTPCMState = ACTIONS(PC0_OFF) ;
276 smc->y[PA].mib->fddiPORTPCMState = PC0_OFF ;
278 smc->y[PB].mib->fddiPORTPCMState = PC0_OFF ;
385 mib->fddiPORTPCMStateX = mib->fddiPORTPCMState ;
637 oldstate = mib->fddiPORTPCMState ;
641 (mib->fddiPORTPCMState & AFLAG) ? "ACTIONS " : "") ;
643 pcm_states[mib->fddiPORTPCMState & ~AFLAG],
645 state = mib->fddiPORTPCMState ;
648 } while (state != mib->fddiPORTPCMState) ;
664 if ( mib->fddiPORTPCMState != oldstate &&
665 ((oldstate == PC8_ACTIVE) || (mib->fddiPORTPCMState == PC8_ACTIVE))) {
674 if ( mib->fddiPORTPCMState != oldstate ) {
676 DB_SNMP ("PCM from %d to %d\n", oldstate, mib->fddiPORTPCMState);
677 if ( mib->fddiPORTPCMState == PC0_OFF ) {
683 } else if ( mib->fddiPORTPCMState != PC2_TRACE &&
687 } else if ( mib->fddiPORTPCMState == PC8_ACTIVE ) {
722 if (mib->fddiPORTPCMState != PC9_MAINT) {
731 if (mib->fddiPORTPCMState != PC9_MAINT)
749 switch(mib->fddiPORTPCMState) {
1647 if (smc->y[PA].twisted && (smc->y[PA].mib->fddiPORTPCMState == PC8_ACTIVE))
1649 if (smc->y[PB].twisted && (smc->y[PB].mib->fddiPORTPCMState == PC8_ACTIVE))
1680 switch(mib->fddiPORTPCMState) {
1696 if (smc->y[n].mib->fddiPORTPCMState == PC8_ACTIVE &&
1727 if (!plc->ebuf_cont && phy->mib->fddiPORTPCMState == PC8_ACTIVE){
1885 if ((cmd & PL_SELF_TEST) && (phy->mib->fddiPORTPCMState == PC2_TRACE)) {
1889 phy->mib->fddiPORTPCMState) ;
1897 if (phy->mib->fddiPORTPCMState == PC8_ACTIVE) {
1951 pcs->pcm_state = (u_char) mib->fddiPORTPCMState ;