/src/sys/dev/ic/ |
hmevar.h | 58 struct callout sc_tick_ch; /* tick callout */ member in struct:hme_softc
|
hmevar.h | 58 struct callout sc_tick_ch; /* tick callout */ member in struct:hme_softc
|
dp8390var.h | 38 callout_t sc_tick_ch; /* MII tick callout */ member in struct:dp8390_softc
|
dp8390var.h | 38 callout_t sc_tick_ch; /* MII tick callout */ member in struct:dp8390_softc
|
gemvar.h | 132 struct callout sc_tick_ch; /* tick callout */ member in struct:gem_softc
|
/src/sys/dev/pci/ |
if_nfevar.h | 82 struct callout sc_tick_ch; member in struct:nfe_softc
|
if_nfevar.h | 82 struct callout sc_tick_ch; member in struct:nfe_softc
|
if_casvar.h | 146 struct callout sc_tick_ch; /* tick callout */ member in struct:cas_softc
|
if_casvar.h | 146 struct callout sc_tick_ch; /* tick callout */ member in struct:cas_softc
|
/src/sys/arch/sun3/dev/ |
xdvar.h | 137 struct callout sc_tick_ch; member in struct:xdc_softc
|
xyvar.h | 140 struct callout sc_tick_ch; member in struct:xyc_softc
|
xdvar.h | 137 struct callout sc_tick_ch; member in struct:xdc_softc
|
xyvar.h | 140 struct callout sc_tick_ch; member in struct:xyc_softc
|
/src/sys/dev/vme/ |
xdvar.h | 137 struct callout sc_tick_ch; member in struct:xdc_softc
|
xyvar.h | 137 struct callout sc_tick_ch; member in struct:xyc_softc
|
xdvar.h | 137 struct callout sc_tick_ch; member in struct:xdc_softc
|
xyvar.h | 137 struct callout sc_tick_ch; member in struct:xyc_softc
|
/src/sys/arch/macppc/dev/ |
if_gm.c | 83 struct callout sc_tick_ch; member in struct:gmac_softc 216 callout_init(&sc->sc_tick_ch, 0); 559 callout_stop(&sc->sc_tick_ch); 736 callout_reset(&sc->sc_tick_ch, 1, gmac_mii_tick, sc); 911 callout_reset(&sc->sc_tick_ch, hz, gmac_mii_tick, sc);
|
if_gm.c | 83 struct callout sc_tick_ch; member in struct:gmac_softc 216 callout_init(&sc->sc_tick_ch, 0); 559 callout_stop(&sc->sc_tick_ch); 736 callout_reset(&sc->sc_tick_ch, 1, gmac_mii_tick, sc); 911 callout_reset(&sc->sc_tick_ch, hz, gmac_mii_tick, sc);
|
if_bm.c | 82 struct callout sc_tick_ch; member in struct:bmac_softc 184 callout_init(&sc->sc_tick_ch, 0); 399 callout_reset(&sc->sc_tick_ch, hz, bmac_mii_tick, sc); 539 callout_stop(&sc->sc_tick_ch); 905 callout_reset(&sc->sc_tick_ch, hz, bmac_mii_tick, sc);
|
if_bm.c | 82 struct callout sc_tick_ch; member in struct:bmac_softc 184 callout_init(&sc->sc_tick_ch, 0); 399 callout_reset(&sc->sc_tick_ch, hz, bmac_mii_tick, sc); 539 callout_stop(&sc->sc_tick_ch); 905 callout_reset(&sc->sc_tick_ch, hz, bmac_mii_tick, sc);
|
/src/sys/arch/arm/imx/ |
if_enetvar.h | 72 callout_t sc_tick_ch; member in struct:enet_softc
|
if_enetvar.h | 72 callout_t sc_tick_ch; member in struct:enet_softc
|
/src/sys/arch/mips/alchemy/dev/ |
if_aumac.c | 130 struct callout sc_tick_ch; /* tick callout */ member in struct:aumac_softc 228 callout_init(&sc->sc_tick_ch, 0); 751 callout_reset(&sc->sc_tick_ch, hz, aumac_tick, sc); 809 callout_reset(&sc->sc_tick_ch, hz, aumac_tick, sc); 832 callout_stop(&sc->sc_tick_ch);
|
if_aumac.c | 130 struct callout sc_tick_ch; /* tick callout */ member in struct:aumac_softc 228 callout_init(&sc->sc_tick_ch, 0); 751 callout_reset(&sc->sc_tick_ch, hz, aumac_tick, sc); 809 callout_reset(&sc->sc_tick_ch, hz, aumac_tick, sc); 832 callout_stop(&sc->sc_tick_ch);
|