Symbol: sf_softc
sys/dev/netif/sf/if_sf.c
1028
sf_txthresh_adjust(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
1053
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
1104
struct sf_softc *sc = xsc;
sys/dev/netif/sf/if_sf.c
1205
sf_encap(struct sf_softc *sc, struct sf_tx_bufdesc_type0 *c,
sys/dev/netif/sf/if_sf.c
1240
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
133
static void sf_rxeof (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
1337
sf_stop(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
134
static void sf_txeof (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
135
static int sf_encap (struct sf_softc *,
sys/dev/netif/sf/if_sf.c
1389
struct sf_softc *sc = xsc;
sys/dev/netif/sf/if_sf.c
142
static void sf_stop (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
1429
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
1447
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
147
static void sf_reset (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
148
static int sf_init_rx_ring (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
149
static void sf_init_tx_ring (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
150
static int sf_newbuf (struct sf_softc *,
sys/dev/netif/sf/if_sf.c
153
static void sf_setmulti (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
154
static int sf_setperf (struct sf_softc *, int, caddr_t);
sys/dev/netif/sf/if_sf.c
155
static int sf_sethash (struct sf_softc *, caddr_t, int);
sys/dev/netif/sf/if_sf.c
157
static int sf_setvlan (struct sf_softc *, int, u_int32_t);
sys/dev/netif/sf/if_sf.c
160
static u_int8_t sf_read_eeprom (struct sf_softc *, int);
sys/dev/netif/sf/if_sf.c
167
static u_int32_t csr_read_4 (struct sf_softc *, int);
sys/dev/netif/sf/if_sf.c
168
static void csr_write_4 (struct sf_softc *, int, u_int32_t);
sys/dev/netif/sf/if_sf.c
169
static void sf_txthresh_adjust (struct sf_softc *);
sys/dev/netif/sf/if_sf.c
201
sizeof(struct sf_softc),
sys/dev/netif/sf/if_sf.c
217
csr_read_4(struct sf_softc *sc, int reg)
sys/dev/netif/sf/if_sf.c
232
sf_read_eeprom(struct sf_softc *sc, int reg)
sys/dev/netif/sf/if_sf.c
243
csr_write_4(struct sf_softc *sc, int reg, u_int32_t val)
sys/dev/netif/sf/if_sf.c
285
sf_setperf(struct sf_softc *sc, int idx, caddr_t mac)
sys/dev/netif/sf/if_sf.c
313
sf_sethash(struct sf_softc *sc, caddr_t mac, int prio)
sys/dev/netif/sf/if_sf.c
338
sf_setvlan(struct sf_softc *sc, int idx, u_int32_t vlan)
sys/dev/netif/sf/if_sf.c
353
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
377
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
397
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
415
sf_setmulti(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
466
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
489
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
505
struct sf_softc *sc = ifp->if_softc;
sys/dev/netif/sf/if_sf.c
549
sf_reset(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
640
struct sf_softc *sc;
sys/dev/netif/sf/if_sf.c
793
struct sf_softc *sc = device_get_softc(dev);
sys/dev/netif/sf/if_sf.c
823
sf_init_rx_ring(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
844
sf_init_tx_ring(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
868
sf_newbuf(struct sf_softc *sc, struct sf_rx_bufdesc_type0 *c,
sys/dev/netif/sf/if_sf.c
919
sf_rxeof(struct sf_softc *sc)
sys/dev/netif/sf/if_sf.c
983
sf_txeof(struct sf_softc *sc)