wb_softc
sizeof(struct wb_softc), wbsd_ebus_match, wbsd_ebus_attach
struct wb_softc *sc = (void *)self;
wb_detach(struct wb_softc *wb, int flags)
struct wb_softc *wb = opaque;
wb_idx_read(struct wb_softc *wb, uint8_t reg)
wb_idx_write(struct wb_softc *wb, uint8_t reg, uint8_t val)
wb_read(struct wb_softc *wb, uint8_t reg)
wb_write(struct wb_softc *wb, uint8_t reg, uint8_t val)
wb_led(struct wb_softc *wb, int enable)
wb_attach(struct wb_softc *wb)
int wb_sdmmc_enable(struct wb_softc *);
int wb_sdmmc_disable(struct wb_softc *);
int wb_sdmmc_transfer_data(struct wb_softc *, struct sdmmc_command *);
void wb_sdmmc_rsp_read_long(struct wb_softc *, struct sdmmc_command *);
void wb_sdmmc_rsp_read_short(struct wb_softc *, struct sdmmc_command *);
wb_sdmmc_read_data(struct wb_softc *wb, uint8_t *data, int len)
wb_sdmmc_write_data(struct wb_softc *wb, uint8_t *data, int len)
struct wb_softc *wb = opaque;
wb_sdmmc_enable(struct wb_softc *wb)
wb_sdmmc_disable(struct wb_softc *wb)
wb_sdmmc_attach(struct wb_softc *wb)
wb_sdmmc_detach(struct wb_softc *wb, int flags)
struct wb_softc *wb = sch;
struct wb_softc *wb = sch;
struct wb_softc *wb = sch;
struct wb_softc *wb = sch;
wb_sdmmc_rsp_read_long(struct wb_softc *wb, struct sdmmc_command *cmd)
wb_sdmmc_rsp_read_short(struct wb_softc *wb, struct sdmmc_command *cmd)
wb_sdmmc_transfer_data(struct wb_softc *wb, struct sdmmc_command *cmd)
struct wb_softc *wb = sch;
wb_sdmmc_intr(struct wb_softc *wb)
void wb_sdmmc_read_data(struct wb_softc *, uint8_t *, int);
void wb_sdmmc_write_data(struct wb_softc *, uint8_t *, int);
void wb_sdmmc_attach(struct wb_softc *);
int wb_sdmmc_detach(struct wb_softc *, int);
int wb_sdmmc_intr(struct wb_softc *);
void wb_attach(struct wb_softc *);
int wb_detach(struct wb_softc *, int);
uint8_t wb_read(struct wb_softc *, uint8_t);
void wb_write(struct wb_softc *, uint8_t, uint8_t);
uint8_t wb_idx_read(struct wb_softc *, uint8_t);
void wb_idx_write(struct wb_softc *, uint8_t, uint8_t);
void wb_led(struct wb_softc *, int);
wb_txeoc(struct wb_softc *sc)
struct wb_softc *sc;
struct wb_softc *sc = xsc;
wb_encap(struct wb_softc *sc, struct wb_chain *c, struct mbuf *m_head)
struct wb_softc *sc;
void wb_newbuf(struct wb_softc *, struct wb_chain_onefrag *);
int wb_encap(struct wb_softc *, struct wb_chain *, struct mbuf *);
void wb_rxeof(struct wb_softc *);
void wb_rxeoc(struct wb_softc *);
void wb_txeof(struct wb_softc *);
void wb_txeoc(struct wb_softc *);
struct wb_softc *sc = xsc;
void wb_stop(struct wb_softc *);
void wb_eeprom_putbyte(struct wb_softc *, int);
void wb_eeprom_getword(struct wb_softc *, int, u_int16_t *);
struct wb_softc *sc = ifp->if_softc;
void wb_read_eeprom(struct wb_softc *, caddr_t, int, int, int);
void wb_mii_sync(struct wb_softc *);
struct wb_softc *sc = ifp->if_softc;
void wb_mii_send(struct wb_softc *, u_int32_t, int);
struct wb_softc *sc = ifp->if_softc;
int wb_mii_readreg(struct wb_softc *, struct wb_mii_frame *);
int wb_mii_writereg(struct wb_softc *, struct wb_mii_frame *);
void wb_setcfg(struct wb_softc *, uint64_t);
struct wb_softc *sc;
void wb_setmulti(struct wb_softc *);
void wb_reset(struct wb_softc *);
void wb_fixmedia(struct wb_softc *);
wb_stop(struct wb_softc *sc)
int wb_list_rx_init(struct wb_softc *);
int wb_list_tx_init(struct wb_softc *);
sizeof(struct wb_softc), wb_probe, wb_attach
wb_eeprom_putbyte(struct wb_softc *sc, int addr)
wb_eeprom_getword(struct wb_softc *sc, int addr, u_int16_t *dest)
wb_read_eeprom(struct wb_softc *sc, caddr_t dest, int off, int cnt, int swap)
wb_mii_sync(struct wb_softc *sc)
wb_mii_send(struct wb_softc *sc, u_int32_t bits, int cnt)
wb_mii_readreg(struct wb_softc *sc, struct wb_mii_frame *frame)
wb_mii_writereg(struct wb_softc *sc, struct wb_mii_frame *frame)
struct wb_softc *sc = (struct wb_softc *)dev;
struct wb_softc *sc = (struct wb_softc *)dev;
struct wb_softc *sc = (struct wb_softc *)dev;
wb_setmulti(struct wb_softc *sc)
wb_setcfg(struct wb_softc *sc, uint64_t media)
wb_reset(struct wb_softc *sc)
wb_fixmedia(struct wb_softc *sc)
struct wb_softc *sc = (struct wb_softc *)self;
wb_list_tx_init(struct wb_softc *sc)
wb_list_rx_init(struct wb_softc *sc)
wb_newbuf(struct wb_softc *sc, struct wb_chain_onefrag *c)
wb_rxeof(struct wb_softc *sc)
wb_rxeoc(struct wb_softc *sc)
wb_txeof(struct wb_softc *sc)