Searched refs:wpi_softc (Results 1 – 2 of 2) sorted by relevance
132 static void wpi_radiotap_attach(struct wpi_softc *);133 static void wpi_sysctlattach(struct wpi_softc *);144 static int wpi_nic_lock(struct wpi_softc *);145 static int wpi_read_prom_data(struct wpi_softc *, uint32_t, void *, int);147 static int wpi_dma_contig_alloc(struct wpi_softc *, struct wpi_dma_info *,150 static int wpi_alloc_shared(struct wpi_softc *);151 static void wpi_free_shared(struct wpi_softc *);152 static int wpi_alloc_fwmem(struct wpi_softc *);153 static void wpi_free_fwmem(struct wpi_softc *);154 static int wpi_alloc_rx_ring(struct wpi_softc *);[all …]
165 struct wpi_softc { struct217 void (*sc_update_rx_ring)(struct wpi_softc *); argument218 void (*sc_update_tx_ring)(struct wpi_softc *, argument