Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c208 static int wpi_cmd2(struct wpi_softc *, struct wpi_buf *);
2644 wpi_cmd2(struct wpi_softc *sc, struct wpi_buf *buf) in wpi_cmd2() function
2988 return wpi_cmd2(sc, &tx_data); in wpi_tx_data()
3091 return wpi_cmd2(sc, &tx_data); in wpi_tx_data_raw()
4430 if ((error = wpi_cmd2(sc, bcn)) != 0) { in wpi_config_beacon()