HomeSort by: relevance | last modified time | path
    Searched refs:wpi_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wpi.c 89 static int wpi_alloc_shared(struct wpi_softc *);
90 static void wpi_free_shared(struct wpi_softc *);
91 static int wpi_alloc_fwmem(struct wpi_softc *);
92 static void wpi_free_fwmem(struct wpi_softc *);
93 static struct wpi_rbuf *wpi_alloc_rbuf(struct wpi_softc *);
95 static int wpi_alloc_rpool(struct wpi_softc *);
96 static void wpi_free_rpool(struct wpi_softc *);
97 static int wpi_alloc_rx_ring(struct wpi_softc *, struct wpi_rx_ring *);
98 static void wpi_reset_rx_ring(struct wpi_softc *, struct wpi_rx_ring *);
99 static void wpi_free_rx_ring(struct wpi_softc *, struct wpi_rx_ring *)
    [all...]
if_wpivar.h 84 struct wpi_softc;
87 struct wpi_softc *sc;
127 struct wpi_softc { struct

Completed in 11 milliseconds