Searched refs:sc_nocarrier (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/le/
H A Dlancevar.h74 void (*sc_nocarrier)(struct lance_softc *); member in struct:lance_softc
H A Dam7990.c349 if (sc->sc_nocarrier)
350 (*sc->sc_nocarrier)(sc);
H A Dam79900.c388 if (sc->sc_nocarrier)
389 (*sc->sc_nocarrier)(sc);
H A Dif_le_pci.c416 sc->sc_nocarrier = NULL;
H A Dif_le_cbus.c355 sc->sc_nocarrier = NULL;
H A Dif_le_isa.c405 sc->sc_nocarrier = NULL;
H A Dif_le_lebuffer.c309 sc->sc_nocarrier = NULL;
H A Dif_le_ledma.c405 sc->sc_nocarrier = le_dma_nocarrier;

Completed in 109 milliseconds