Symbol: wb_softc
sys/arch/sparc64/dev/wbsd_ebus.c
38
sizeof(struct wb_softc), wbsd_ebus_match, wbsd_ebus_attach
sys/arch/sparc64/dev/wbsd_ebus.c
59
struct wb_softc *sc = (void *)self;
sys/dev/ic/w83l518d.c
100
wb_detach(struct wb_softc *wb, int flags)
sys/dev/ic/w83l518d.c
117
struct wb_softc *wb = opaque;
sys/dev/ic/w83l518d.c
45
wb_idx_read(struct wb_softc *wb, uint8_t reg)
sys/dev/ic/w83l518d.c
52
wb_idx_write(struct wb_softc *wb, uint8_t reg, uint8_t val)
sys/dev/ic/w83l518d.c
59
wb_read(struct wb_softc *wb, uint8_t reg)
sys/dev/ic/w83l518d.c
65
wb_write(struct wb_softc *wb, uint8_t reg, uint8_t val)
sys/dev/ic/w83l518d.c
71
wb_led(struct wb_softc *wb, int enable)
sys/dev/ic/w83l518d.c
84
wb_attach(struct wb_softc *wb)
sys/dev/ic/w83l518d_sdmmc.c
100
int wb_sdmmc_enable(struct wb_softc *);
sys/dev/ic/w83l518d_sdmmc.c
101
int wb_sdmmc_disable(struct wb_softc *);
sys/dev/ic/w83l518d_sdmmc.c
102
int wb_sdmmc_transfer_data(struct wb_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
103
void wb_sdmmc_rsp_read_long(struct wb_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
104
void wb_sdmmc_rsp_read_short(struct wb_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
107
wb_sdmmc_read_data(struct wb_softc *wb, uint8_t *data, int len)
sys/dev/ic/w83l518d_sdmmc.c
113
wb_sdmmc_write_data(struct wb_softc *wb, uint8_t *data, int len)
sys/dev/ic/w83l518d_sdmmc.c
121
struct wb_softc *wb = opaque;
sys/dev/ic/w83l518d_sdmmc.c
129
wb_sdmmc_enable(struct wb_softc *wb)
sys/dev/ic/w83l518d_sdmmc.c
162
wb_sdmmc_disable(struct wb_softc *wb)
sys/dev/ic/w83l518d_sdmmc.c
176
wb_sdmmc_attach(struct wb_softc *wb)
sys/dev/ic/w83l518d_sdmmc.c
197
wb_sdmmc_detach(struct wb_softc *wb, int flags)
sys/dev/ic/w83l518d_sdmmc.c
243
struct wb_softc *wb = sch;
sys/dev/ic/w83l518d_sdmmc.c
259
struct wb_softc *wb = sch;
sys/dev/ic/w83l518d_sdmmc.c
283
struct wb_softc *wb = sch;
sys/dev/ic/w83l518d_sdmmc.c
306
struct wb_softc *wb = sch;
sys/dev/ic/w83l518d_sdmmc.c
319
wb_sdmmc_rsp_read_long(struct wb_softc *wb, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
339
wb_sdmmc_rsp_read_short(struct wb_softc *wb, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
362
wb_sdmmc_transfer_data(struct wb_softc *wb, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
425
struct wb_softc *wb = sch;
sys/dev/ic/w83l518d_sdmmc.c
563
wb_sdmmc_intr(struct wb_softc *wb)
sys/dev/ic/w83l518d_sdmmc.c
97
void wb_sdmmc_read_data(struct wb_softc *, uint8_t *, int);
sys/dev/ic/w83l518d_sdmmc.c
98
void wb_sdmmc_write_data(struct wb_softc *, uint8_t *, int);
sys/dev/ic/w83l518d_sdmmc.h
32
void wb_sdmmc_attach(struct wb_softc *);
sys/dev/ic/w83l518d_sdmmc.h
33
int wb_sdmmc_detach(struct wb_softc *, int);
sys/dev/ic/w83l518d_sdmmc.h
34
int wb_sdmmc_intr(struct wb_softc *);
sys/dev/ic/w83l518dvar.h
49
void wb_attach(struct wb_softc *);
sys/dev/ic/w83l518dvar.h
50
int wb_detach(struct wb_softc *, int);
sys/dev/ic/w83l518dvar.h
53
uint8_t wb_read(struct wb_softc *, uint8_t);
sys/dev/ic/w83l518dvar.h
54
void wb_write(struct wb_softc *, uint8_t, uint8_t);
sys/dev/ic/w83l518dvar.h
55
uint8_t wb_idx_read(struct wb_softc *, uint8_t);
sys/dev/ic/w83l518dvar.h
56
void wb_idx_write(struct wb_softc *, uint8_t, uint8_t);
sys/dev/ic/w83l518dvar.h
58
void wb_led(struct wb_softc *, int);
sys/dev/pci/if_wb.c
1023
wb_txeoc(struct wb_softc *sc)
sys/dev/pci/if_wb.c
1048
struct wb_softc *sc;
sys/dev/pci/if_wb.c
1130
struct wb_softc *sc = xsc;
sys/dev/pci/if_wb.c
1144
wb_encap(struct wb_softc *sc, struct wb_chain *c, struct mbuf *m_head)
sys/dev/pci/if_wb.c
1237
struct wb_softc *sc;
sys/dev/pci/if_wb.c
126
void wb_newbuf(struct wb_softc *, struct wb_chain_onefrag *);
sys/dev/pci/if_wb.c
127
int wb_encap(struct wb_softc *, struct wb_chain *, struct mbuf *);
sys/dev/pci/if_wb.c
129
void wb_rxeof(struct wb_softc *);
sys/dev/pci/if_wb.c
130
void wb_rxeoc(struct wb_softc *);
sys/dev/pci/if_wb.c
131
void wb_txeof(struct wb_softc *);
sys/dev/pci/if_wb.c
132
void wb_txeoc(struct wb_softc *);
sys/dev/pci/if_wb.c
1328
struct wb_softc *sc = xsc;
sys/dev/pci/if_wb.c
138
void wb_stop(struct wb_softc *);
sys/dev/pci/if_wb.c
143
void wb_eeprom_putbyte(struct wb_softc *, int);
sys/dev/pci/if_wb.c
144
void wb_eeprom_getword(struct wb_softc *, int, u_int16_t *);
sys/dev/pci/if_wb.c
1447
struct wb_softc *sc = ifp->if_softc;
sys/dev/pci/if_wb.c
145
void wb_read_eeprom(struct wb_softc *, caddr_t, int, int, int);
sys/dev/pci/if_wb.c
146
void wb_mii_sync(struct wb_softc *);
sys/dev/pci/if_wb.c
1461
struct wb_softc *sc = ifp->if_softc;
sys/dev/pci/if_wb.c
147
void wb_mii_send(struct wb_softc *, u_int32_t, int);
sys/dev/pci/if_wb.c
1472
struct wb_softc *sc = ifp->if_softc;
sys/dev/pci/if_wb.c
148
int wb_mii_readreg(struct wb_softc *, struct wb_mii_frame *);
sys/dev/pci/if_wb.c
149
int wb_mii_writereg(struct wb_softc *, struct wb_mii_frame *);
sys/dev/pci/if_wb.c
151
void wb_setcfg(struct wb_softc *, uint64_t);
sys/dev/pci/if_wb.c
1516
struct wb_softc *sc;
sys/dev/pci/if_wb.c
152
void wb_setmulti(struct wb_softc *);
sys/dev/pci/if_wb.c
153
void wb_reset(struct wb_softc *);
sys/dev/pci/if_wb.c
154
void wb_fixmedia(struct wb_softc *);
sys/dev/pci/if_wb.c
1541
wb_stop(struct wb_softc *sc)
sys/dev/pci/if_wb.c
155
int wb_list_rx_init(struct wb_softc *);
sys/dev/pci/if_wb.c
156
int wb_list_tx_init(struct wb_softc *);
sys/dev/pci/if_wb.c
1578
sizeof(struct wb_softc), wb_probe, wb_attach
sys/dev/pci/if_wb.c
182
wb_eeprom_putbyte(struct wb_softc *sc, int addr)
sys/dev/pci/if_wb.c
211
wb_eeprom_getword(struct wb_softc *sc, int addr, u_int16_t *dest)
sys/dev/pci/if_wb.c
250
wb_read_eeprom(struct wb_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/pci/if_wb.c
271
wb_mii_sync(struct wb_softc *sc)
sys/dev/pci/if_wb.c
291
wb_mii_send(struct wb_softc *sc, u_int32_t bits, int cnt)
sys/dev/pci/if_wb.c
314
wb_mii_readreg(struct wb_softc *sc, struct wb_mii_frame *frame)
sys/dev/pci/if_wb.c
408
wb_mii_writereg(struct wb_softc *sc, struct wb_mii_frame *frame)
sys/dev/pci/if_wb.c
454
struct wb_softc *sc = (struct wb_softc *)dev;
sys/dev/pci/if_wb.c
469
struct wb_softc *sc = (struct wb_softc *)dev;
sys/dev/pci/if_wb.c
486
struct wb_softc *sc = (struct wb_softc *)dev;
sys/dev/pci/if_wb.c
495
wb_setmulti(struct wb_softc *sc)
sys/dev/pci/if_wb.c
555
wb_setcfg(struct wb_softc *sc, uint64_t media)
sys/dev/pci/if_wb.c
592
wb_reset(struct wb_softc *sc)
sys/dev/pci/if_wb.c
624
wb_fixmedia(struct wb_softc *sc)
sys/dev/pci/if_wb.c
668
struct wb_softc *sc = (struct wb_softc *)self;
sys/dev/pci/if_wb.c
806
wb_list_tx_init(struct wb_softc *sc)
sys/dev/pci/if_wb.c
839
wb_list_rx_init(struct wb_softc *sc)
sys/dev/pci/if_wb.c
874
wb_newbuf(struct wb_softc *sc, struct wb_chain_onefrag *c)
sys/dev/pci/if_wb.c
886
wb_rxeof(struct wb_softc *sc)
sys/dev/pci/if_wb.c
950
wb_rxeoc(struct wb_softc *sc)
sys/dev/pci/if_wb.c
968
wb_txeof(struct wb_softc *sc)