Searched defs:atu_send_command (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c222 atu_send_command(struct atu_softc *sc, uint8_t *command, int size) function
286 err = atu_send_command(sc, (uint8_t *)&radio,
364 err = atu_send_command(sc, (uint8_t *)&cmd, sizeof (cmd));
407 err = atu_send_command(sc, (uint8_t *)&scan, sizeof (scan));
448 err = atu_send_command(sc, (uint8_t *)&join, sizeof (join));

Completed in 49 milliseconds