Lines Matching refs:sf_softc
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)
111 sf_reg_write(struct sf_softc *sc, bus_addr_t reg, uint32_t val)
136 sf_attach(struct sf_softc *sc)
336 struct sf_softc *sc;
352 struct sf_softc *sc = ifp->if_softc;
498 struct sf_softc *sc = ifp->if_softc;
517 struct sf_softc *sc = ifp->if_softc;
548 struct sf_softc *sc = arg;
618 sf_txintr(struct sf_softc *sc)
684 sf_rxintr(struct sf_softc *sc)
813 struct sf_softc *sc = arg;
830 sf_stats_update(struct sf_softc *sc)
872 sf_reset(struct sf_softc *sc)
902 sf_macreset(struct sf_softc *sc)
918 struct sf_softc *sc = ifp->if_softc;
1108 sf_rxdrain(struct sf_softc *sc)
1131 struct sf_softc *sc = ifp->if_softc;
1175 sf_read_eeprom(struct sf_softc *sc, int offset)
1190 sf_add_rxbuf(struct sf_softc *sc, int idx)
1230 sf_set_filter_perfect(struct sf_softc *sc, int slot, const uint8_t *enaddr)
1244 sf_set_filter_hash(struct sf_softc *sc, uint8_t *enaddr)
1262 sf_set_filter(struct sf_softc *sc)
1359 struct sf_softc *sc = device_private(self);
1388 struct sf_softc *sc = device_private(self);
1412 struct sf_softc *sc = ifp->if_softc;