if_wpi.c | 138 static int wpi_cmd(struct wpi_softc *, int, const void *, int, int); 1012 error = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->config, 2382 wpi_cmd(struct wpi_softc *sc, int code, const void *buf, int size, int async) function in typeref:typename:int 2445 return wpi_cmd(sc, WPI_CMD_SET_WME, &wme, sizeof wme, 1); 2486 error = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof mrr, 0); 2495 error = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof mrr, 0); 2515 (void)wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof led, 1); 2537 if (wpi_cmd(sc, WPI_CMD_TSF, &tsf, sizeof tsf, 1) != 0) 2587 return wpi_cmd(sc, WPI_CMD_TXPOWER, &txpower, sizeof txpower, async); 2774 error = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->config [all...] |