Searched refs:ethcmd (Results 1 - 25 of 48) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Db57um.c3126 struct ethtool_cmd ethcmd; local
3130 if (mm_copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
3133 switch (ethcmd.cmd) {
3181 ethcmd.supported =
3184 ethcmd.supported |= SUPPORTED_FIBRE;
3185 ethcmd.port = PORT_FIBRE;
3188 ethcmd.supported =
3196 ethcmd.supported |= SUPPORTED_TP;
3197 ethcmd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dne2k-pci.c598 u32 ethcmd;
600 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
603 switch (ethcmd) {
597 u32 ethcmd; local
H A D3c501.c937 u32 ethcmd;
942 if (get_user(ethcmd, (u32 *)useraddr))
945 switch (ethcmd) {
933 u32 ethcmd; local
H A D3c503.c633 u32 ethcmd;
638 if (get_user(ethcmd, (u32 *)useraddr))
641 switch (ethcmd) {
631 u32 ethcmd; local
H A D3c507.c890 u32 ethcmd;
895 if (get_user(ethcmd, (u32 *)useraddr))
898 switch (ethcmd) {
889 u32 ethcmd; local
H A D3c527.c1646 u32 ethcmd; local
1651 if (get_user(ethcmd, (u32 *)useraddr))
1654 switch (ethcmd) {
H A D3c505.c1282 u32 ethcmd; local
1287 if (get_user(ethcmd, (u32 *)useraddr))
1290 switch (ethcmd) {
H A D3c509.c1095 u32 ethcmd; local
1101 if (get_user(ethcmd, (u32 *)useraddr))
1104 switch (ethcmd) {
H A D3c523.c1237 u32 ethcmd; local
1242 if (get_user(ethcmd, (u32 *)useraddr))
1245 switch (ethcmd) {
H A Dpcnet32.c1480 u32 ethcmd; local
1491 if (copy_from_user (&ethcmd, useraddr, sizeof (ethcmd)))
1494 switch (ethcmd) {
H A Dsis900.c1780 u32 ethcmd; local
1782 if (copy_from_user (&ethcmd, useraddr, sizeof (ethcmd)))
1785 switch (ethcmd) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dibmtr_cs.c171 u32 ethcmd; local
173 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
176 switch (ethcmd) {
H A Daironet4500_cs.c170 u32 ethcmd; local
175 if (get_user(ethcmd, (u32 *)useraddr))
178 switch (ethcmd) {
H A Dxircom_cb.c181 u32 ethcmd; local
183 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
186 switch (ethcmd) {
H A D3c574_cs.c1196 u32 ethcmd; local
1198 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
1201 switch (ethcmd) {
H A D3c589_cs.c653 u32 ethcmd; local
658 if (get_user(ethcmd, (u32 *)useraddr))
661 switch (ethcmd) {
H A Dfmvj18x_cs.c1115 u32 ethcmd; local
1120 if (get_user(ethcmd, (u32 *)useraddr))
1123 switch (ethcmd) {
H A Dnetwave_cs.c608 u32 ethcmd; local
613 if (get_user(ethcmd, (u32 *)useraddr))
616 switch (ethcmd) {
H A Dnmclan_cs.c1015 u32 ethcmd; local
1020 if (get_user(ethcmd, (u32 *)useraddr))
1023 switch (ethcmd) {
H A Daxnet_cs.c827 u32 ethcmd; local
829 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
832 switch (ethcmd) {
H A Dpcnet_cs.c1220 u32 ethcmd; local
1222 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
1225 switch (ethcmd) {
H A Dxirc2ps_cs.c1679 u32 ethcmd; local
1681 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
1684 switch (ethcmd) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dkaweth.c656 u32 ethcmd; local
658 if (copy_from_user(&ethcmd, useraddr, sizeof(ethcmd)))
661 switch (ethcmd) {
H A Dpegasus.c810 u32 ethcmd; local
813 if (copy_from_user(&ethcmd, useraddr, sizeof (ethcmd)))
816 switch (ethcmd) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Dfec.c1554 u32 ethcmd; local
1559 if (copy_from_user (&ethcmd, useraddr, sizeof (ethcmd)))
1562 switch (ethcmd) {

Completed in 201 milliseconds

12