Lines Matching refs:ipheth_device
139 struct ipheth_device { struct
154 static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags); argument
156 static int ipheth_alloc_urbs(struct ipheth_device *iphone) in ipheth_alloc_urbs()
199 static void ipheth_free_urbs(struct ipheth_device *iphone) in ipheth_free_urbs()
209 static void ipheth_kill_urbs(struct ipheth_device *dev) in ipheth_kill_urbs()
217 struct ipheth_device *dev; in ipheth_rcvbulk_callback()
269 struct ipheth_device *dev; in ipheth_sndbulk_callback()
287 static int ipheth_carrier_set(struct ipheth_device *dev) in ipheth_carrier_set()
316 struct ipheth_device *dev = container_of(work, struct ipheth_device, in ipheth_carrier_check_work()
323 static int ipheth_get_macaddr(struct ipheth_device *dev) in ipheth_get_macaddr()
354 static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags) in ipheth_rx_submit()
375 struct ipheth_device *dev = netdev_priv(net); in ipheth_open()
396 struct ipheth_device *dev = netdev_priv(net); in ipheth_close()
405 struct ipheth_device *dev = netdev_priv(net); in ipheth_tx()
447 struct ipheth_device *dev = netdev_priv(net); in ipheth_tx_timeout()
456 struct ipheth_device *dev = netdev_priv(net); in ipheth_ethtool_op_get_link()
477 struct ipheth_device *dev; in ipheth_probe()
482 netdev = alloc_etherdev(sizeof(struct ipheth_device)); in ipheth_probe()
562 struct ipheth_device *dev; in ipheth_disconnect()