Lines Matching refs:kaweth_device
198 struct kaweth_device struct
237 static int kaweth_read_configuration(struct kaweth_device *kaweth) in kaweth_read_configuration() argument
251 static int kaweth_set_urb_size(struct kaweth_device *kaweth, __u16 urb_size) in kaweth_set_urb_size()
266 static int kaweth_set_sofs_wait(struct kaweth_device *kaweth, __u16 sofs_wait) in kaweth_set_sofs_wait()
281 static int kaweth_set_receive_filter(struct kaweth_device *kaweth, in kaweth_set_receive_filter()
298 static int kaweth_download_firmware(struct kaweth_device *kaweth, in kaweth_download_firmware()
348 static int kaweth_trigger_firmware(struct kaweth_device *kaweth, in kaweth_trigger_firmware()
371 static int kaweth_reset(struct kaweth_device *kaweth) in kaweth_reset()
384 static int kaweth_resubmit_rx_urb(struct kaweth_device *, gfp_t);
390 static void kaweth_resubmit_int_urb(struct kaweth_device *kaweth, gfp_t mf) in kaweth_resubmit_int_urb()
411 struct kaweth_device *kaweth = u->context; in int_callback()
442 struct kaweth_device *kaweth = in kaweth_resubmit_tl()
443 container_of(work, struct kaweth_device, lowmem_work.work); in kaweth_resubmit_tl()
459 static int kaweth_resubmit_rx_urb(struct kaweth_device *kaweth, in kaweth_resubmit_rx_urb()
488 static void kaweth_async_set_rx_mode(struct kaweth_device *kaweth,
497 struct kaweth_device *kaweth = urb->context; in kaweth_usb_receive()
586 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_open()
630 static void kaweth_kill_urbs(struct kaweth_device *kaweth) in kaweth_kill_urbs()
649 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_close()
667 struct kaweth_device *kaweth = netdev_priv(dev); in kaweth_get_link()
681 struct kaweth_device *kaweth = urb->context; in kaweth_usb_transmit_complete()
700 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_start_xmit()
760 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_set_rx_mode()
784 static void kaweth_async_set_rx_mode(struct kaweth_device *kaweth, in kaweth_async_set_rx_mode()
816 struct kaweth_device *kaweth = netdev_priv(net); in kaweth_tx_timeout()
830 struct kaweth_device *kaweth = usb_get_intfdata(intf); in kaweth_suspend()
846 struct kaweth_device *kaweth = usb_get_intfdata(intf); in kaweth_resume()
883 struct kaweth_device *kaweth; in kaweth_probe()
1092 struct kaweth_device *kaweth = usb_get_intfdata(intf); in kaweth_disconnect()