aq_softc
int aq_init_rss(struct aq_softc *);
int aq_hw_reset(struct aq_softc *);
int aq_hw_init(struct aq_softc *, int, int);
void aq_hw_qos_set(struct aq_softc *);
void aq_hw_init_tx_path(struct aq_softc *);
void aq_hw_init_rx_path(struct aq_softc *);
int aq_set_mac_addr(struct aq_softc *, int, uint8_t *);
int aq_set_linkmode(struct aq_softc *, enum aq_link_speed,
void aq_enable_intr(struct aq_softc *, int, int);
int aq_rxrinfo(struct aq_softc *, struct if_rxrinfo *);
int aq_up(struct aq_softc *);
void aq_down(struct aq_softc *);
void aq_iff(struct aq_softc *);
void aq_update_link_status(struct aq_softc *);
int aq_get_sffpage(struct aq_softc *, struct if_sffpage *);
int aq1_fw_reboot(struct aq_softc *);
int aq1_fw_read_version(struct aq_softc *);
int aq1_fw_version_init(struct aq_softc *);
int aq1_hw_init_ucp(struct aq_softc *);
void aq1_global_software_reset(struct aq_softc *);
int aq1_mac_soft_reset(struct aq_softc *, enum aq_fw_bootloader_mode *);
int aq1_mac_soft_reset_rbl(struct aq_softc *, enum aq_fw_bootloader_mode *);
int aq1_mac_soft_reset_flb(struct aq_softc *);
int aq1_fw_downld_dwords(struct aq_softc *, uint32_t, uint32_t *, uint32_t);
int aq2_interface_buffer_read(struct aq_softc *, uint32_t, uint32_t *,
int aq2_fw_reboot(struct aq_softc *);
int aq2_filter_art_set(struct aq_softc *, uint32_t, uint32_t, uint32_t,
int aq_rx_fill(struct aq_softc *, struct aq_rxring *);
static inline unsigned int aq_rx_fill_slots(struct aq_softc *,
int aq_dmamem_alloc(struct aq_softc *, struct aq_dmamem *,
void aq_dmamem_free(struct aq_softc *, struct aq_dmamem *);
int aq1_get_mac_addr(struct aq_softc *);
int aq_fw1x_reset(struct aq_softc *);
int aq_fw1x_get_mode(struct aq_softc *, enum aq_hw_fw_mpi_state *,
int aq_fw1x_set_mode(struct aq_softc *, enum aq_hw_fw_mpi_state,
int aq_fw1x_get_stats(struct aq_softc *, struct aq_hw_stats_s *);
int aq_fw2x_reset(struct aq_softc *);
int aq_fw2x_get_mode(struct aq_softc *, enum aq_hw_fw_mpi_state *,
int aq_fw2x_set_mode(struct aq_softc *, enum aq_hw_fw_mpi_state,
int aq_fw2x_get_stats(struct aq_softc *, struct aq_hw_stats_s *);
int aq2_fw_reset(struct aq_softc *);
int aq2_get_mac_addr(struct aq_softc *);
int aq2_fw_get_mode(struct aq_softc *, enum aq_hw_fw_mpi_state *,
int aq2_fw_set_mode(struct aq_softc *, enum aq_hw_fw_mpi_state,
int aq2_fw_get_stats(struct aq_softc *, struct aq_hw_stats_s *);
sizeof(struct aq_softc), aq_match, aq_attach, NULL,
struct aq_softc *sc = (struct aq_softc *)self;
aq1_fw_reboot(struct aq_softc *sc)
aq1_mac_soft_reset_rbl(struct aq_softc *sc, enum aq_fw_bootloader_mode *mode)
aq1_mac_soft_reset_flb(struct aq_softc *sc)
aq1_mac_soft_reset(struct aq_softc *sc, enum aq_fw_bootloader_mode *mode)
aq1_global_software_reset(struct aq_softc *sc)
aq1_fw_read_version(struct aq_softc *sc)
aq1_fw_version_init(struct aq_softc *sc)
aq1_hw_init_ucp(struct aq_softc *sc)
aq2_interface_buffer_read(struct aq_softc *sc, uint32_t reg0, uint32_t *data0,
aq2_fw_reboot(struct aq_softc *sc)
aq_hw_reset(struct aq_softc *sc)
aq1_get_mac_addr(struct aq_softc *sc)
aq1_fw_downld_dwords(struct aq_softc *sc, uint32_t addr, uint32_t *p,
aq_fw2x_reset(struct aq_softc *sc)
aq_fw1x_reset(struct aq_softc *sc)
aq_fw1x_set_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state w,
aq_fw1x_get_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state *w,
aq_fw1x_get_stats(struct aq_softc *sc, struct aq_hw_stats_s *w)
aq_fw2x_get_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state *modep,
aq_fw2x_get_stats(struct aq_softc *sc, struct aq_hw_stats_s *w)
aq2_fw_wait_shared_ack(struct aq_softc *sc)
aq2_fw_reset(struct aq_softc *sc)
aq2_get_mac_addr(struct aq_softc *sc)
aq2_fw_set_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state w,
aq2_fw_get_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state *modep,
aq2_fw_get_stats(struct aq_softc *sc, struct aq_hw_stats_s *w)
aq_hw_init(struct aq_softc *sc, int irqmode, int multivec)
aq_hw_init_tx_path(struct aq_softc *sc)
aq_hw_init_rx_path(struct aq_softc *sc)
aq_set_mac_addr(struct aq_softc *sc, int index, uint8_t *enaddr)
aq_get_linkmode(struct aq_softc *sc, enum aq_link_speed *speed,
aq_set_linkmode(struct aq_softc *sc, enum aq_link_speed speed,
aq_fw2x_set_mode(struct aq_softc *sc, enum aq_hw_fw_mpi_state mode,
aq_hw_qos_set(struct aq_softc *sc)
aq_init_rss(struct aq_softc *sc)
aq_txring_reset(struct aq_softc *sc, struct aq_txring *tx, int start)
aq_rxring_reset(struct aq_softc *sc, struct aq_rxring *rx, int start)
aq_rx_fill_slots(struct aq_softc *sc, struct aq_rxring *rx, uint nslots)
aq_rx_fill(struct aq_softc *sc, struct aq_rxring *rx)
struct aq_softc *sc = q->q_sc;
aq_rxeof(struct aq_softc *sc, struct aq_rxring *rx)
aq_txeof(struct aq_softc *sc, struct aq_txring *tx)
struct aq_softc *sc = aq->q_sc;
struct aq_softc *sc = aq->q_sc;
struct aq_softc *sc = arg;
struct aq_softc *sc = arg;
aq_free_slots(struct aq_softc *sc, struct aq_slot *slots, int allocated,
aq_queue_up(struct aq_softc *sc, struct aq_queues *aq)
aq_queue_down(struct aq_softc *sc, struct aq_queues *aq)
aq_invalidate_rx_desc_cache(struct aq_softc *sc)
aq_up(struct aq_softc *sc)
aq_down(struct aq_softc *sc)
aq_enable_intr(struct aq_softc *sc, int link, int txrx)
struct aq_softc *aq = ifp->if_softc;
struct aq_softc *sc = ifp->if_softc;
aq_update_link_status(struct aq_softc *sc)
aq_rxrinfo(struct aq_softc *sc, struct if_rxrinfo *ifri)
struct aq_softc *sc = ifp->if_softc;
aq2_filter_art_set(struct aq_softc *sc, uint32_t idx,
aq_iff(struct aq_softc *sc)
aq_smb_bus_wait_result(struct aq_softc *sc, int ack)
aq_get_sffpage(struct aq_softc *sc, struct if_sffpage *sff)
aq_dmamem_alloc(struct aq_softc *sc, struct aq_dmamem *aqm,
aq_dmamem_free(struct aq_softc *sc, struct aq_dmamem *aqm)
struct aq_softc *q_sc;
struct aq_softc;
int (*reset)(struct aq_softc *);
int (*get_mac_addr)(struct aq_softc *);
int (*set_mode)(struct aq_softc *, enum aq_hw_fw_mpi_state,
int (*get_mode)(struct aq_softc *, enum aq_hw_fw_mpi_state *,
int (*get_stats)(struct aq_softc *, struct aq_hw_stats_s *);