Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_flowflags

281 	int	sc_flowflags;		/* 802.3x flow control flags */
1859 sc->sc_flowflags = ifr->ifr_media & IFM_ETH_FMASK;
3449 (mii->mii_media_active & IFM_ETH_FMASK) != sc->sc_flowflags) {
3450 sc->sc_flowflags = mii->mii_media_active & IFM_ETH_FMASK;
3483 if (sc->sc_flowflags & IFM_FLOW) {
3484 if (sc->sc_flowflags & IFM_ETH_TXPAUSE)
3486 if (sc->sc_flowflags & IFM_ETH_RXPAUSE)
3614 (mii->mii_media_active & IFM_ETH_FMASK) != sc->sc_flowflags) {
3615 sc->sc_flowflags = mii->mii_media_active & IFM_ETH_FMASK;
3639 if (sc->sc_flowflags & IFM_FLOW) {
4008 sc->sc_flowflags;