Symbol: sf_softc
sys/dev/ic/aic6915.c
1108
sf_rxdrain(struct sf_softc *sc)
sys/dev/ic/aic6915.c
111
sf_reg_write(struct sf_softc *sc, bus_addr_t reg, uint32_t val)
sys/dev/ic/aic6915.c
1131
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
1175
sf_read_eeprom(struct sf_softc *sc, int offset)
sys/dev/ic/aic6915.c
1190
sf_add_rxbuf(struct sf_softc *sc, int idx)
sys/dev/ic/aic6915.c
1230
sf_set_filter_perfect(struct sf_softc *sc, int slot, const uint8_t *enaddr)
sys/dev/ic/aic6915.c
1244
sf_set_filter_hash(struct sf_softc *sc, uint8_t *enaddr)
sys/dev/ic/aic6915.c
1262
sf_set_filter(struct sf_softc *sc)
sys/dev/ic/aic6915.c
1359
struct sf_softc *sc = device_private(self);
sys/dev/ic/aic6915.c
136
sf_attach(struct sf_softc *sc)
sys/dev/ic/aic6915.c
1388
struct sf_softc *sc = device_private(self);
sys/dev/ic/aic6915.c
1412
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
336
struct sf_softc *sc;
sys/dev/ic/aic6915.c
352
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
498
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
517
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
548
struct sf_softc *sc = arg;
sys/dev/ic/aic6915.c
618
sf_txintr(struct sf_softc *sc)
sys/dev/ic/aic6915.c
684
sf_rxintr(struct sf_softc *sc)
sys/dev/ic/aic6915.c
74
static void sf_txintr(struct sf_softc *);
sys/dev/ic/aic6915.c
75
static void sf_rxintr(struct sf_softc *);
sys/dev/ic/aic6915.c
76
static void sf_stats_update(struct sf_softc *);
sys/dev/ic/aic6915.c
78
static void sf_reset(struct sf_softc *);
sys/dev/ic/aic6915.c
79
static void sf_macreset(struct sf_softc *);
sys/dev/ic/aic6915.c
80
static void sf_rxdrain(struct sf_softc *);
sys/dev/ic/aic6915.c
81
static int sf_add_rxbuf(struct sf_softc *, int);
sys/dev/ic/aic6915.c
813
struct sf_softc *sc = arg;
sys/dev/ic/aic6915.c
82
static uint8_t sf_read_eeprom(struct sf_softc *, int);
sys/dev/ic/aic6915.c
83
static void sf_set_filter(struct sf_softc *);
sys/dev/ic/aic6915.c
830
sf_stats_update(struct sf_softc *sc)
sys/dev/ic/aic6915.c
872
sf_reset(struct sf_softc *sc)
sys/dev/ic/aic6915.c
902
sf_macreset(struct sf_softc *sc)
sys/dev/ic/aic6915.c
918
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
97
sf_reg_read(struct sf_softc *sc, bus_addr_t reg)
sys/dev/ic/aic6915var.h
188
void sf_attach(struct sf_softc *);
sys/dev/pci/if_sf_pci.c
169
struct sf_softc *sc = &psc->sc_starfire;
sys/dev/pci/if_sf_pci.c
67
struct sf_softc sc_starfire; /* read Starfire softc */