HomeSort by: relevance | last modified time | path
    Searched refs:stop_card (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
mb86960var.h 145 void (*stop_card)(struct mb86960_softc *); member in struct:mb86960_softc
dp8390var.h 77 void (*stop_card)(struct dp8390_softc *); member in struct:dp8390_softc
dp8390.c 239 if (sc->stop_card != NULL)
240 (*sc->stop_card)(sc);
mb86960.c 406 if (sc->stop_card)
407 (*sc->stop_card)(sc);
  /src/sys/arch/amiga/dev/
if_ne_xsh.c 146 dsc->stop_card = ax88190_stop_card;
  /src/sys/dev/pcmcia/
if_ne_pcmcia.c 662 dsc->stop_card = dl10019_stop_card;
687 dsc->stop_card = ax88190_stop_card;

Completed in 20 milliseconds