Home
last modified time | relevance | path

Searched refs:wpi_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/wpi/
H A Dif_wpi.c130 static void wpi_radiotap_attach(struct wpi_softc *);
131 static void wpi_sysctlattach(struct wpi_softc *);
142 static int wpi_nic_lock(struct wpi_softc *);
143 static int wpi_read_prom_data(struct wpi_softc *, uint32_t, void *, int);
145 static int wpi_dma_contig_alloc(struct wpi_softc *, struct wpi_dma_info *,
148 static int wpi_alloc_shared(struct wpi_softc *);
149 static void wpi_free_shared(struct wpi_softc *);
150 static int wpi_alloc_fwmem(struct wpi_softc *);
151 static void wpi_free_fwmem(struct wpi_softc *);
152 static int wpi_alloc_rx_ring(struct wpi_softc *);
[all …]
H A Dif_wpivar.h165 struct wpi_softc { struct
218 void (*sc_update_rx_ring)(struct wpi_softc *); argument
219 void (*sc_update_tx_ring)(struct wpi_softc *, argument