Symbol: uath_cmd_write
sys/dev/usb/wlan/if_uath.c
1094
uath_cmd_write(sc, WDCMSG_BIND, &val, sizeof val, 0);
sys/dev/usb/wlan/if_uath.c
1135
uath_cmd_write(sc, WDCMSG_SET_PWR_MODE, &val, sizeof val, 0);
sys/dev/usb/wlan/if_uath.c
1137
uath_cmd_write(sc, WDCMSG_RESET_KEY_CACHE, NULL, 0, 0);
sys/dev/usb/wlan/if_uath.c
1176
uath_cmd_write(sc, WDCMSG_TARGET_STOP, NULL, 0, 0);
sys/dev/usb/wlan/if_uath.c
1189
error = uath_cmd_write(sc, WDCMSG_TARGET_SET_CONFIG, &write,
sys/dev/usb/wlan/if_uath.c
1210
error = uath_cmd_write(sc, WDCMSG_TARGET_SET_CONFIG, &write,
sys/dev/usb/wlan/if_uath.c
1273
return uath_cmd_write(sc, WDCMSG_RX_FILTER, &rxfilter,
sys/dev/usb/wlan/if_uath.c
1326
return uath_cmd_write(sc, WDCMSG_FLUSH, NULL, 0, 0);
sys/dev/usb/wlan/if_uath.c
1414
return uath_cmd_write(sc, WDCMSG_SET_LED_STATE,
sys/dev/usb/wlan/if_uath.c
1447
return uath_cmd_write(sc, WDCMSG_RESET, &reset, sizeof reset, 0);
sys/dev/usb/wlan/if_uath.c
1459
error = uath_cmd_write(sc, WDCMSG_RELEASE_TX_QUEUE, &qid,
sys/dev/usb/wlan/if_uath.c
1493
error = uath_cmd_write(sc, WDCMSG_SETUP_TX_QUEUE, &qinfo,
sys/dev/usb/wlan/if_uath.c
1925
return uath_cmd_write(sc, WDCMSG_CREATE_CONNECTION, &create,
sys/dev/usb/wlan/if_uath.c
1943
return uath_cmd_write(sc, WDCMSG_SET_BASIC_RATE,
sys/dev/usb/wlan/if_uath.c
1962
return uath_cmd_write(sc, WDCMSG_WRITE_ASSOCID, &associd,
sys/dev/usb/wlan/if_uath.c
1977
return uath_cmd_write(sc, WDCMSG_SET_LED_STEADY, &led, sizeof led, 0);
sys/dev/usb/wlan/if_uath.c
1994
return uath_cmd_write(sc, WDCMSG_SET_LED_BLINK, &led, sizeof led, 0);
sys/dev/usb/wlan/if_uath.c
2124
return uath_cmd_write(sc, WDCMSG_SET_KEY_CACHE_ENTRY, &crypto,
sys/dev/usb/wlan/if_uath.c
259
static int uath_cmd_write(struct uath_softc *, uint32_t, const void *,
sys/dev/usb/wlan/if_uath.c
796
error = uath_cmd_write(sc, WDCMSG_TARGET_GET_STATS, NULL, 0,