wpi_cmd           126 dev/pci/if_wpi.c int		wpi_cmd(struct wpi_softc *, int, const void *, int, int);
wpi_cmd           841 dev/pci/if_wpi.c 		error = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->config,
wpi_cmd          2090 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof mrr, 0);
wpi_cmd          2099 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof mrr, 0);
wpi_cmd          2119 dev/pci/if_wpi.c 	(void)wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof led, 1);
wpi_cmd          2141 dev/pci/if_wpi.c 	if (wpi_cmd(sc, WPI_CMD_TSF, &tsf, sizeof tsf, 1) != 0)
wpi_cmd          2191 dev/pci/if_wpi.c 	return wpi_cmd(sc, WPI_CMD_TXPOWER, &txpower, sizeof txpower, async);
wpi_cmd          2377 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->config,
wpi_cmd          2398 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, 1);
wpi_cmd          2579 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_SET_POWER_MODE, &power, sizeof power, 0);
wpi_cmd          2590 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_BLUETOOTH, &bluetooth, sizeof bluetooth,
wpi_cmd          2630 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->config,
wpi_cmd          2650 dev/pci/if_wpi.c 	error = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, 0);