Searched refs:sc_flags (Results 76 - 100 of 171) sorted by relevance

1234567

/freebsd-10.2-release/sys/dev/usb/net/
H A Dif_udavreg.h159 int sc_flags; member in struct:udav_softc
H A Dif_axge.c339 sc->sc_flags &= ~AXGE_FLAG_LINK;
346 sc->sc_flags |= AXGE_FLAG_LINK;
354 if ((sc->sc_flags & AXGE_FLAG_LINK) == 0)
646 if ((sc->sc_flags & AXGE_FLAG_LINK) == 0 ||
728 if ((sc->sc_flags & AXGE_FLAG_LINK) == 0) {
730 if ((sc->sc_flags & AXGE_FLAG_LINK) != 0)
875 sc->sc_flags &= ~AXGE_FLAG_LINK;
H A Dif_auereg.h209 int sc_flags; member in struct:aue_softc
H A Dif_ruereg.h172 int sc_flags; member in struct:rue_softc
H A Dif_smscreg.h268 uint32_t sc_flags; member in struct:smsc_softc
/freebsd-10.2-release/sys/dev/ral/
H A Drt2560var.h157 int sc_flags; member in struct:rt2560_softc
H A Drt2661var.h117 int sc_flags; member in struct:rt2661_softc
H A Drt2860var.h138 int sc_flags; member in struct:rt2860_softc
/freebsd-10.2-release/sys/mips/cavium/
H A Dif_octm.c71 int sc_flags; member in struct:octm_softc
230 sc->sc_flags = ifp->if_flags;
312 * This is done unconditionally, rather than only if sc_flags have
452 if (ifp->if_flags == sc->sc_flags)
463 sc->sc_flags = ifp->if_flags;
/freebsd-10.2-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c396 if ((sc->sc_flags & BCM_SPI_BUSY) == 0) {
434 while (sc->sc_flags & BCM_SPI_BUSY)
438 sc->sc_flags = BCM_SPI_BUSY;
476 sc->sc_flags = 0;
/freebsd-10.2-release/sys/dev/et/
H A Dif_et.c264 sc->sc_flags |= ET_FLAG_PCIE;
275 sc->sc_flags |= ET_FLAG_MSI;
284 if ((sc->sc_flags & ET_FLAG_MSI) == 0) {
300 sc->sc_flags |= ET_FLAG_FASTETHER;
310 if ((sc->sc_flags & ET_FLAG_FASTETHER) == 0)
386 if ((sc->sc_flags & ET_FLAG_MSI) != 0)
515 sc->sc_flags &= ~ET_FLAG_LINK;
521 sc->sc_flags |= ET_FLAG_LINK;
524 if ((sc->sc_flags & ET_FLAG_FASTETHER) == 0)
525 sc->sc_flags |
[all...]
/freebsd-10.2-release/sys/geom/mirror/
H A Dg_mirror.c646 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_WIPE) == 0) {
715 md->md_mflags = (sc->sc_flags & G_MIRROR_DEVICE_FLAG_MASK);
753 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_WIPE) == 0)
823 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_NOFAILSYNC) != 0)
854 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_NOFAILSYNC) != 0)
1358 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1370 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) {
1750 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_TASTING) != 0)
1783 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_WAIT) != 0) {
1853 if ((sc->sc_flags
[all...]
/freebsd-10.2-release/sys/mips/atheros/
H A Dar71xx_ehci.c154 sc->sc_flags = EHCI_SCFLG_SETMODE;
163 sc->sc_flags |= EHCI_SCFLG_TT | EHCI_SCFLG_NORESTERM;
/freebsd-10.2-release/sys/dev/hme/
H A Dif_hme.c510 sc->sc_flags &= ~HME_LINK;
542 HME_XD_SETFLAGS(sc->sc_flags & HME_PCI, sc->sc_rb.rb_rxd,
602 HME_XD_SETADDR(sc->sc_flags & HME_PCI, sc->sc_rb.rb_rxd, ri,
605 HME_XD_SETFLAGS(sc->sc_flags & HME_PCI, sc->sc_rb.rb_rxd, ri,
652 HME_XD_SETADDR(sc->sc_flags & HME_PCI, hr->rb_txd, i, 0);
653 HME_XD_SETFLAGS(sc->sc_flags & HME_PCI, hr->rb_txd, i, 0);
836 * if (sc->sc_flags & HME_PCI == 0)
1014 pci = sc->sc_flags & HME_PCI;
1125 IFF_DRV_RUNNING || (sc->sc_flags & HME_LINK) == 0)
1174 txflags = HME_XD_GETFLAGS(sc->sc_flags
[all...]
/freebsd-10.2-release/sys/dev/fb/
H A Dmachfb.c123 u_int sc_flags; member in struct:machfb_softc
484 sc->sc_flags = MACHFB_CONSOLE;
490 if (!(sc->sc_flags & MACHFB_CONSOLE))
580 sc->sc_flags |= MACHFB_DSP;
900 sc->sc_flags &= ~MACHFB_CUREN;
1108 if ((!(sc->sc_flags & MACHFB_CUREN)) &&
1126 sc->sc_flags |= MACHFB_CUREN;
1254 if (!(sc->sc_flags & MACHFB_CONSOLE)) {
1294 sc->sc_flags |= MACHFB_SWAP;
1307 (void *)adp->va_window, (sc->sc_flags
[all...]
/freebsd-10.2-release/sys/dev/gem/
H A Dif_gem.c156 device_printf(sc->sc_dev, "flags=0x%x\n", sc->sc_flags);
272 if ((sc->sc_flags & GEM_SERDES) != 0)
352 sc->sc_flags |= GEM_SERDES;
477 sc->sc_flags &= ~GEM_INITED;
698 sc->sc_flags &= ~GEM_LINK;
777 ((6 * (sc->sc_flags & GEM_PCI66) != 0 ? 2 : 1) <<
972 if ((sc->sc_flags & GEM_SERDES) == 0)
1008 ((sc->sc_flags & GEM_PCI) != 0 ? GEM_CONFIG_BURST_INF :
1057 ((6 * (sc->sc_flags & GEM_PCI66) != 0 ? 2 : 1) <<
1254 if ((sc->sc_flags
[all...]
H A Dif_gem_sbus.c131 sc->sc_flags = GEM_SERDES;
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_urtw.c800 sc->sc_flags |= URTW_RTL8187B;
812 if (sc->sc_flags & URTW_RTL8187B) {
829 if (sc->sc_flags & URTW_RTL8187B) {
926 fail1: usbd_transfer_unsetup(sc->sc_xfer, (sc->sc_flags & URTW_RTL8187B) ?
943 sc->sc_flags |= URTW_DETACHED;
954 n_xfers = (sc->sc_flags & URTW_RTL8187B) ?
1079 error = (sc->sc_flags & URTW_RTL8187B) ? urtw_adapter_start_b(sc) :
1087 if (!(sc->sc_flags & URTW_INIT_ONCE)) {
1094 sc->sc_flags |= URTW_INIT_ONCE;
1104 if (sc->sc_flags
[all...]
H A Dif_runvar.h159 int sc_flags; member in struct:run_softc
H A Dif_uath.c514 sc->sc_flags |= UATH_FLAG_INVALID;
1175 sc->sc_flags |= UATH_FLAG_INITDONE;
1204 sc->sc_flags &= ~UATH_FLAG_INITDONE;
1566 error = (sc->sc_flags & UATH_FLAG_INVALID) ? ENXIO : 0;
1775 (sc->sc_flags & UATH_FLAG_INVALID))
1862 if ((sc->sc_flags & UATH_FLAG_INVALID) ||
1913 if ((sc->sc_flags & UATH_FLAG_INVALID) ||
1934 if ((sc->sc_flags & UATH_FLAG_INVALID) ||
1943 if (sc->sc_flags & UATH_FLAG_INITDONE)
1954 if ((sc->sc_flags
[all...]
H A Dif_urtwvar.h104 int sc_flags; member in struct:urtw_softc
/freebsd-10.2-release/sys/geom/raid3/
H A Dg_raid3.c763 md->md_mflags = (sc->sc_flags & G_RAID3_DEVICE_FLAG_MASK);
872 if ((sc->sc_flags & G_RAID3_DEVICE_FLAG_NOFAILSYNC) != 0)
905 if ((sc->sc_flags & G_RAID3_DEVICE_FLAG_NOFAILSYNC) != 0)
1705 (sc->sc_flags & G_RAID3_DEVICE_FLAG_DESTROY) != 0) {
1717 (sc->sc_flags & G_RAID3_DEVICE_FLAG_DESTROY) != 0) {
1800 if ((sc->sc_flags & G_RAID3_DEVICE_FLAG_VERIFY) != 0 &&
1809 if ((sc->sc_flags & G_RAID3_DEVICE_FLAG_ROUND_ROBIN) != 0 &&
2006 if ((sc->sc_flags & G_RAID3_DEVICE_FLAG_WAIT) != 0) {
2077 if ((sc->sc_flags &
2100 if ((sc->sc_flags
[all...]
/freebsd-10.2-release/sys/dev/hifn/
H A Dhifn7751.c374 sc->sc_flags = HIFN_HAS_RNG | HIFN_HAS_PUBLIC;
381 sc->sc_flags |= HIFN_IS_7811 | HIFN_HAS_RNG;
389 sc->sc_flags |= HIFN_IS_7956 | HIFN_HAS_AES;
498 if (sc->sc_flags & HIFN_IS_7956)
554 if (sc->sc_flags & HIFN_IS_7956)
575 if (sc->sc_flags & HIFN_HAS_AES)
590 if (sc->sc_flags & (HIFN_HAS_PUBLIC | HIFN_HAS_RNG))
731 if ((sc->sc_flags & HIFN_IS_7811) == 0) {
750 if (sc->sc_flags & HIFN_HAS_RNG) {
751 if (sc->sc_flags
[all...]
/freebsd-10.2-release/sys/dev/usb/controller/
H A Dat91dci.h231 struct at91dci_flags sc_flags; member in struct:at91dci_softc
H A Ddwc_otg.h210 struct dwc_otg_flags sc_flags; member in struct:dwc_otg_softc

Completed in 425 milliseconds

1234567