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

  /src/sys/dev/ic/
aic6915.c 74 static void sf_txintr(struct sf_softc *);
75 static void sf_rxintr(struct sf_softc *);
76 static void sf_stats_update(struct sf_softc *);
78 static void sf_reset(struct sf_softc *);
79 static void sf_macreset(struct sf_softc *);
80 static void sf_rxdrain(struct sf_softc *);
81 static int sf_add_rxbuf(struct sf_softc *, int);
82 static uint8_t sf_read_eeprom(struct sf_softc *, int);
83 static void sf_set_filter(struct sf_softc *);
97 sf_reg_read(struct sf_softc *sc, bus_addr_t reg
    [all...]
aic6915var.h 114 struct sf_softc { struct
188 void sf_attach(struct sf_softc *);
  /src/sys/dev/pci/
if_sf_pci.c 67 struct sf_softc sc_starfire; /* read Starfire softc */
169 struct sf_softc *sc = &psc->sc_starfire;

Completed in 14 milliseconds