Lines Matching refs:ipheth_device
87 struct ipheth_device { struct
102 static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags); argument
104 static int ipheth_alloc_urbs(struct ipheth_device *iphone) in ipheth_alloc_urbs()
147 static void ipheth_free_urbs(struct ipheth_device *iphone) in ipheth_free_urbs()
157 static void ipheth_kill_urbs(struct ipheth_device *dev) in ipheth_kill_urbs()
165 struct ipheth_device *dev; in ipheth_rcvbulk_callback()
218 struct ipheth_device *dev; in ipheth_sndbulk_callback()
239 static int ipheth_carrier_set(struct ipheth_device *dev) in ipheth_carrier_set()
275 struct ipheth_device *dev = container_of(work, struct ipheth_device, in ipheth_carrier_check_work()
282 static int ipheth_get_macaddr(struct ipheth_device *dev) in ipheth_get_macaddr()
313 static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags) in ipheth_rx_submit()
334 struct ipheth_device *dev = netdev_priv(net); in ipheth_open()
354 struct ipheth_device *dev = netdev_priv(net); in ipheth_close()
363 struct ipheth_device *dev = netdev_priv(net); in ipheth_tx()
405 struct ipheth_device *dev = netdev_priv(net); in ipheth_tx_timeout()
414 struct ipheth_device *dev = netdev_priv(net); in ipheth_ethtool_op_get_link()
435 struct ipheth_device *dev; in ipheth_probe()
440 netdev = alloc_etherdev(sizeof(struct ipheth_device)); in ipheth_probe()
522 struct ipheth_device *dev; in ipheth_disconnect()