sf_softc 93 dev/ic/aic6915.c void sf_txintr(struct sf_softc *); sf_softc 94 dev/ic/aic6915.c void sf_rxintr(struct sf_softc *); sf_softc 95 dev/ic/aic6915.c void sf_stats_update(struct sf_softc *); sf_softc 97 dev/ic/aic6915.c void sf_reset(struct sf_softc *); sf_softc 98 dev/ic/aic6915.c void sf_macreset(struct sf_softc *); sf_softc 99 dev/ic/aic6915.c void sf_rxdrain(struct sf_softc *); sf_softc 100 dev/ic/aic6915.c int sf_add_rxbuf(struct sf_softc *, int); sf_softc 101 dev/ic/aic6915.c uint8_t sf_read_eeprom(struct sf_softc *, int); sf_softc 102 dev/ic/aic6915.c void sf_set_filter(struct sf_softc *); sf_softc 113 dev/ic/aic6915.c uint32_t sf_reg_read(struct sf_softc *, bus_addr_t); sf_softc 114 dev/ic/aic6915.c void sf_reg_write(struct sf_softc *, bus_addr_t , uint32_t); sf_softc 116 dev/ic/aic6915.c void sf_set_filter_perfect(struct sf_softc *, int , uint8_t *); sf_softc 117 dev/ic/aic6915.c void sf_set_filter_hash(struct sf_softc *, uint8_t *); sf_softc 129 dev/ic/aic6915.c sf_reg_read(struct sf_softc *sc, bus_addr_t reg) sf_softc 143 dev/ic/aic6915.c sf_reg_write(struct sf_softc *sc, bus_addr_t reg, uint32_t val) sf_softc 168 dev/ic/aic6915.c sf_attach(struct sf_softc *sc) sf_softc 362 dev/ic/aic6915.c struct sf_softc *sc = arg; sf_softc 375 dev/ic/aic6915.c struct sf_softc *sc = ifp->if_softc; sf_softc 527 dev/ic/aic6915.c struct sf_softc *sc = ifp->if_softc; sf_softc 546 dev/ic/aic6915.c struct sf_softc *sc = (struct sf_softc *)ifp->if_softc; sf_softc 631 dev/ic/aic6915.c struct sf_softc *sc = arg; sf_softc 703 dev/ic/aic6915.c sf_txintr(struct sf_softc *sc) sf_softc 771 dev/ic/aic6915.c sf_rxintr(struct sf_softc *sc) sf_softc 908 dev/ic/aic6915.c struct sf_softc *sc = arg; sf_softc 925 dev/ic/aic6915.c sf_stats_update(struct sf_softc *sc) sf_softc 962 dev/ic/aic6915.c sf_reset(struct sf_softc *sc) sf_softc 992 dev/ic/aic6915.c sf_macreset(struct sf_softc *sc) sf_softc 1008 dev/ic/aic6915.c struct sf_softc *sc = ifp->if_softc; sf_softc 1198 dev/ic/aic6915.c sf_rxdrain(struct sf_softc *sc) sf_softc 1221 dev/ic/aic6915.c struct sf_softc *sc = ifp->if_softc; sf_softc 1265 dev/ic/aic6915.c sf_read_eeprom(struct sf_softc *sc, int offset) sf_softc 1280 dev/ic/aic6915.c sf_add_rxbuf(struct sf_softc *sc, int idx) sf_softc 1319 dev/ic/aic6915.c sf_set_filter_perfect(struct sf_softc *sc, int slot, uint8_t *enaddr) sf_softc 1333 dev/ic/aic6915.c sf_set_filter_hash(struct sf_softc *sc, uint8_t *enaddr) sf_softc 1351 dev/ic/aic6915.c sf_set_filter(struct sf_softc *sc) sf_softc 1443 dev/ic/aic6915.c struct sf_softc *sc = (void *) self; sf_softc 1471 dev/ic/aic6915.c struct sf_softc *sc = (void *) self; sf_softc 1494 dev/ic/aic6915.c struct sf_softc *sc = (void *) self; sf_softc 1519 dev/ic/aic6915.c struct sf_softc *sc = ifp->if_softc; sf_softc 1534 dev/ic/aic6915.c struct sf_softc *sc = ifp->if_softc; sf_softc 766 dev/ic/aic6915.h struct sf_softc { sf_softc 842 dev/ic/aic6915.h void sf_attach(struct sf_softc *); sf_softc 81 dev/pci/if_sf_pci.c struct sf_softc sc_starfire; /* read Starfire softc */ sf_softc 109 dev/pci/if_sf_pci.c struct sf_softc *sc = &psc->sc_starfire;