HomeSort by: relevance | last modified time | path
    Searched defs:new_ctl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
lemac.c 800 unsigned new_ctl;
803 case IFM_10_T: new_ctl = LEMAC_CTL_APD; break;
805 case IFM_10_5: new_ctl = LEMAC_CTL_APD | LEMAC_CTL_PSL; break;
806 case IFM_AUTO: new_ctl = 0; break;
809 if (sc->sc_ctlmode != new_ctl) {
810 sc->sc_ctlmode = new_ctl;
786 unsigned new_ctl; local in function:lemac_ifmedia_change
lemac.c 800 unsigned new_ctl;
803 case IFM_10_T: new_ctl = LEMAC_CTL_APD; break;
805 case IFM_10_5: new_ctl = LEMAC_CTL_APD | LEMAC_CTL_PSL; break;
806 case IFM_AUTO: new_ctl = 0; break;
809 if (sc->sc_ctlmode != new_ctl) {
810 sc->sc_ctlmode = new_ctl;
786 unsigned new_ctl; local in function:lemac_ifmedia_change
lemac.c 800 unsigned new_ctl;
803 case IFM_10_T: new_ctl = LEMAC_CTL_APD; break;
805 case IFM_10_5: new_ctl = LEMAC_CTL_APD | LEMAC_CTL_PSL; break;
806 case IFM_AUTO: new_ctl = 0; break;
809 if (sc->sc_ctlmode != new_ctl) {
810 sc->sc_ctlmode = new_ctl;
786 unsigned new_ctl; local in function:lemac_ifmedia_change

Completed in 35 milliseconds