upgt_softc
upgt_eeprom_parse_hwrx(struct upgt_softc *sc, uint8_t *data)
void upgt_stop(struct upgt_softc *);
upgt_eeprom_parse_freq3(struct upgt_softc *sc, uint8_t *data, int len)
upgt_eeprom_parse_freq4(struct upgt_softc *sc, uint8_t *data, int len)
upgt_eeprom_parse_freq6(struct upgt_softc *sc, uint8_t *data, int len)
void upgt_tx_done(struct upgt_softc *, uint8_t *);
struct upgt_softc *sc = ifp->if_softc;
void upgt_rx(struct upgt_softc *, uint8_t *, int);
void upgt_setup_rates(struct upgt_softc *);
uint8_t upgt_rx_rate(struct upgt_softc *, const int);
int upgt_set_macfilter(struct upgt_softc *, uint8_t state);
struct upgt_softc *sc = ifp->if_softc;
int upgt_set_channel(struct upgt_softc *, unsigned);
void upgt_set_led(struct upgt_softc *, int);
upgt_stop(struct upgt_softc *sc)
int upgt_get_stats(struct upgt_softc *);
struct upgt_softc *sc = ifp->if_softc;
int upgt_alloc_tx(struct upgt_softc *);
int upgt_alloc_rx(struct upgt_softc *);
int upgt_alloc_cmd(struct upgt_softc *);
struct upgt_softc *sc = ic->ic_if.if_softc;
void upgt_free_tx(struct upgt_softc *);
struct upgt_softc *sc = arg;
void upgt_free_rx(struct upgt_softc *);
void upgt_free_cmd(struct upgt_softc *);
int upgt_bulk_xmit(struct upgt_softc *, struct upgt_data *,
struct upgt_softc *sc = arg;
struct upgt_softc *sc = ifp->if_softc;
sizeof(struct upgt_softc), upgt_match, upgt_attach, upgt_detach
struct upgt_softc *sc = ifp->if_softc;
struct upgt_softc *sc = arg;
upgt_tx_done(struct upgt_softc *sc, uint8_t *data)
struct upgt_softc *sc = data_rx->sc;
upgt_rx(struct upgt_softc *sc, uint8_t *data, int pkglen)
upgt_setup_rates(struct upgt_softc *sc)
upgt_rx_rate(struct upgt_softc *sc, const int rate)
upgt_set_macfilter(struct upgt_softc *sc, uint8_t state)
upgt_set_channel(struct upgt_softc *sc, unsigned channel)
struct upgt_softc *sc = (struct upgt_softc *)self;
upgt_set_led(struct upgt_softc *sc, int action)
struct upgt_softc *sc = arg;
upgt_get_stats(struct upgt_softc *sc)
upgt_alloc_tx(struct upgt_softc *sc)
upgt_alloc_rx(struct upgt_softc *sc)
upgt_alloc_cmd(struct upgt_softc *sc)
upgt_free_tx(struct upgt_softc *sc)
upgt_free_rx(struct upgt_softc *sc)
upgt_free_cmd(struct upgt_softc *sc)
upgt_bulk_xmit(struct upgt_softc *sc, struct upgt_data *data,
struct upgt_softc *sc = (struct upgt_softc *)self;
struct upgt_softc *sc = (struct upgt_softc *)self;
upgt_device_type(struct upgt_softc *sc, uint16_t vendor, uint16_t product)
upgt_device_init(struct upgt_softc *sc)
upgt_mem_init(struct upgt_softc *sc)
upgt_mem_alloc(struct upgt_softc *sc)
upgt_mem_free(struct upgt_softc *sc, uint32_t addr)
upgt_fw_alloc(struct upgt_softc *sc)
upgt_fw_free(struct upgt_softc *sc)
upgt_fw_verify(struct upgt_softc *sc)
upgt_fw_load(struct upgt_softc *sc)
int upgt_device_type(struct upgt_softc *, uint16_t, uint16_t);
int upgt_device_init(struct upgt_softc *);
int upgt_mem_init(struct upgt_softc *);
upgt_eeprom_read(struct upgt_softc *sc)
uint32_t upgt_mem_alloc(struct upgt_softc *);
void upgt_mem_free(struct upgt_softc *, uint32_t);
int upgt_fw_alloc(struct upgt_softc *);
void upgt_fw_free(struct upgt_softc *);
int upgt_fw_verify(struct upgt_softc *);
int upgt_fw_load(struct upgt_softc *);
upgt_eeprom_parse(struct upgt_softc *sc)
int upgt_eeprom_read(struct upgt_softc *);
int upgt_eeprom_parse(struct upgt_softc *);
void upgt_eeprom_parse_hwrx(struct upgt_softc *, uint8_t *);
void upgt_eeprom_parse_freq3(struct upgt_softc *, uint8_t *, int);
void upgt_eeprom_parse_freq4(struct upgt_softc *, uint8_t *, int);
void upgt_eeprom_parse_freq6(struct upgt_softc *, uint8_t *, int);
struct upgt_softc;
struct upgt_softc *sc;