Symbol: sf_softc
sys/dev/ic/aic6915.c
100
void sf_set_filter_perfect(struct sf_softc *, int , uint8_t *);
sys/dev/ic/aic6915.c
101
void sf_set_filter_hash(struct sf_softc *, uint8_t *);
sys/dev/ic/aic6915.c
1124
sf_rxdrain(struct sf_softc *sc)
sys/dev/ic/aic6915.c
113
sf_reg_read(struct sf_softc *sc, bus_addr_t reg)
sys/dev/ic/aic6915.c
1147
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
1193
sf_read_eeprom(struct sf_softc *sc, int offset)
sys/dev/ic/aic6915.c
1208
sf_add_rxbuf(struct sf_softc *sc, int idx)
sys/dev/ic/aic6915.c
1247
sf_set_filter_perfect(struct sf_softc *sc, int slot, uint8_t *enaddr)
sys/dev/ic/aic6915.c
1261
sf_set_filter_hash(struct sf_softc *sc, uint8_t *enaddr)
sys/dev/ic/aic6915.c
127
sf_reg_write(struct sf_softc *sc, bus_addr_t reg, uint32_t val)
sys/dev/ic/aic6915.c
1279
sf_set_filter(struct sf_softc *sc)
sys/dev/ic/aic6915.c
1363
struct sf_softc *sc = (void *) self;
sys/dev/ic/aic6915.c
1391
struct sf_softc *sc = (void *) self;
sys/dev/ic/aic6915.c
1414
struct sf_softc *sc = (void *) self;
sys/dev/ic/aic6915.c
1439
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
1454
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
152
sf_attach(struct sf_softc *sc)
sys/dev/ic/aic6915.c
337
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
493
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
512
struct sf_softc *sc = (struct sf_softc *)ifp->if_softc;
sys/dev/ic/aic6915.c
572
struct sf_softc *sc = arg;
sys/dev/ic/aic6915.c
644
sf_txintr(struct sf_softc *sc)
sys/dev/ic/aic6915.c
712
sf_rxintr(struct sf_softc *sc)
sys/dev/ic/aic6915.c
77
void sf_txintr(struct sf_softc *);
sys/dev/ic/aic6915.c
78
void sf_rxintr(struct sf_softc *);
sys/dev/ic/aic6915.c
79
void sf_stats_update(struct sf_softc *);
sys/dev/ic/aic6915.c
81
void sf_reset(struct sf_softc *);
sys/dev/ic/aic6915.c
82
void sf_macreset(struct sf_softc *);
sys/dev/ic/aic6915.c
83
void sf_rxdrain(struct sf_softc *);
sys/dev/ic/aic6915.c
837
struct sf_softc *sc = arg;
sys/dev/ic/aic6915.c
84
int sf_add_rxbuf(struct sf_softc *, int);
sys/dev/ic/aic6915.c
85
uint8_t sf_read_eeprom(struct sf_softc *, int);
sys/dev/ic/aic6915.c
854
sf_stats_update(struct sf_softc *sc)
sys/dev/ic/aic6915.c
86
void sf_set_filter(struct sf_softc *);
sys/dev/ic/aic6915.c
887
sf_reset(struct sf_softc *sc)
sys/dev/ic/aic6915.c
917
sf_macreset(struct sf_softc *sc)
sys/dev/ic/aic6915.c
933
struct sf_softc *sc = ifp->if_softc;
sys/dev/ic/aic6915.c
97
uint32_t sf_reg_read(struct sf_softc *, bus_addr_t);
sys/dev/ic/aic6915.c
98
void sf_reg_write(struct sf_softc *, bus_addr_t , uint32_t);
sys/dev/ic/aic6915.h
834
void sf_attach(struct sf_softc *);
sys/dev/pci/if_sf_pci.c
61
struct sf_softc sc_starfire; /* read Starfire softc */
sys/dev/pci/if_sf_pci.c
89
struct sf_softc *sc = &psc->sc_starfire;