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

  /src/sys/dev/pci/
if_wpi.c 150 static int wpi_config(struct wpi_softc *);
1013 sizeof (struct wpi_config), 1);
2775 sizeof (struct wpi_config), 1);
2978 wpi_config(struct wpi_softc *sc) function in typeref:typename:int
3009 memset(&sc->config, 0, sizeof (struct wpi_config));
3041 sizeof (struct wpi_config), 0);
3288 if ((error = wpi_config(sc)) != 0) {
if_wpireg.h 272 struct wpi_config { struct

Completed in 16 milliseconds