Lines Matching refs:ipheth_device
104 struct ipheth_device { struct
121 static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags); argument
123 static int ipheth_alloc_urbs(struct ipheth_device *iphone) in ipheth_alloc_urbs()
166 static void ipheth_free_urbs(struct ipheth_device *iphone) in ipheth_free_urbs()
176 static void ipheth_kill_urbs(struct ipheth_device *dev) in ipheth_kill_urbs()
182 static int ipheth_consume_skb(char *buf, int len, struct ipheth_device *dev) in ipheth_consume_skb()
205 struct ipheth_device *dev; in ipheth_rcvbulk_callback_legacy()
234 struct ipheth_device *dev; in ipheth_rcvbulk_callback_ncm()
288 struct ipheth_device *dev; in ipheth_rcvbulk_callback()
341 struct ipheth_device *dev; in ipheth_sndbulk_callback()
362 static int ipheth_carrier_set(struct ipheth_device *dev) in ipheth_carrier_set()
399 struct ipheth_device *dev = container_of(work, struct ipheth_device, in ipheth_carrier_check_work()
406 static int ipheth_get_macaddr(struct ipheth_device *dev) in ipheth_get_macaddr()
437 static int ipheth_enable_ncm(struct ipheth_device *dev) in ipheth_enable_ncm()
458 static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags) in ipheth_rx_submit()
479 struct ipheth_device *dev = netdev_priv(net); in ipheth_open()
499 struct ipheth_device *dev = netdev_priv(net); in ipheth_close()
508 struct ipheth_device *dev = netdev_priv(net); in ipheth_tx()
548 struct ipheth_device *dev = netdev_priv(net); in ipheth_tx_timeout()
557 struct ipheth_device *dev = netdev_priv(net); in ipheth_ethtool_op_get_link()
578 struct ipheth_device *dev; in ipheth_probe()
583 netdev = alloc_etherdev(sizeof(struct ipheth_device)); in ipheth_probe()
673 struct ipheth_device *dev; in ipheth_disconnect()