Searched refs:uath_cmdsend (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/usb/wlan/ |
| H A D | if_uath.c | 678 uath_cmdsend(struct uath_softc *sc, uint32_t code, const void *idata, int ilen, in uath_cmdsend() function 750 return uath_cmdsend(sc, code, idata, ilen, odata, olen, flags); in uath_cmd_read() 759 return uath_cmdsend(sc, code, data, len, NULL, 0, flags); in uath_cmd_write()
|