Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c202 static int wpi_cmd2(struct wpi_softc *, struct wpi_buf *);
2622 wpi_cmd2(struct wpi_softc *sc, struct wpi_buf *buf) in wpi_cmd2() function
2948 return wpi_cmd2(sc, &tx_data); in wpi_tx_data()
3051 return wpi_cmd2(sc, &tx_data); in wpi_tx_data_raw()
4377 if ((error = wpi_cmd2(sc, bcn)) != 0) { in wpi_config_beacon()