Lines Matching refs:kaweth_device
214 struct kaweth_device struct
255 static int kaweth_control(struct kaweth_device *kaweth, in kaweth_control() argument
299 static int kaweth_read_configuration(struct kaweth_device *kaweth) in kaweth_read_configuration()
321 static int kaweth_set_urb_size(struct kaweth_device *kaweth, __u16 urb_size) in kaweth_set_urb_size()
343 static int kaweth_set_sofs_wait(struct kaweth_device *kaweth, __u16 sofs_wait) in kaweth_set_sofs_wait()
365 static int kaweth_set_receive_filter(struct kaweth_device *kaweth, in kaweth_set_receive_filter()
389 static int kaweth_download_firmware(struct kaweth_device *kaweth, in kaweth_download_firmware()
442 static int kaweth_trigger_firmware(struct kaweth_device *kaweth, in kaweth_trigger_firmware()
470 static int kaweth_reset(struct kaweth_device *kaweth) in kaweth_reset()
484 static int kaweth_resubmit_rx_urb(struct kaweth_device *, gfp_t);
490 static void kaweth_resubmit_int_urb(struct kaweth_device *kaweth, gfp_t mf) in kaweth_resubmit_int_urb()
511 struct kaweth_device *kaweth = u->context; in int_callback()
542 struct kaweth_device *kaweth = in kaweth_resubmit_tl()
543 container_of(work, struct kaweth_device, lowmem_work.work); in kaweth_resubmit_tl()
559 static int kaweth_resubmit_rx_urb(struct kaweth_device *kaweth, in kaweth_resubmit_rx_urb()
588 static void kaweth_async_set_rx_mode(struct kaweth_device *kaweth);
596 struct kaweth_device *kaweth = urb->context; in kaweth_usb_receive()
685 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_open()
731 static void kaweth_kill_urbs(struct kaweth_device *kaweth) in kaweth_kill_urbs()
750 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_close()
768 struct kaweth_device *kaweth = netdev_priv(dev); in kaweth_get_link()
782 struct kaweth_device *kaweth = urb->context; in kaweth_usb_transmit_complete()
801 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_start_xmit()
867 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_set_rx_mode()
891 static void kaweth_async_set_rx_mode(struct kaweth_device *kaweth) in kaweth_async_set_rx_mode()
928 struct kaweth_device *kaweth = netdev_priv(dev); in kaweth_netdev_stats()
937 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_tx_timeout()
951 struct kaweth_device *kaweth = usb_get_intfdata(intf); in kaweth_suspend()
968 struct kaweth_device *kaweth = usb_get_intfdata(intf); in kaweth_resume()
1008 struct kaweth_device *kaweth; in kaweth_probe()
1215 struct kaweth_device *kaweth = usb_get_intfdata(intf); in kaweth_disconnect()