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

/drivers/staging/wlan-ng/
H A Dp80211netdev.c491 u32 ethcmd; local
498 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
501 switch (ethcmd) {
503 info.cmd = ethcmd;
514 edata.cmd = ethcmd;
/drivers/staging/vt6656/
H A Dmain_usb.c2061 u32 ethcmd; local
2063 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
2066 switch (ethcmd) {

Completed in 83 milliseconds