Lines Matching defs:net
62 struct net_device *net; member
145 static void eth_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *p) in eth_get_drvinfo()
477 struct net_device *net) in eth_start_xmit()
626 static int eth_open(struct net_device *net) in eth_open()
644 static int eth_stop(struct net_device *net) in eth_stop()
756 struct net_device *net; in gether_setup_name() local
822 struct net_device *net; in gether_setup_name_default() local
857 int gether_register_netdev(struct net_device *net) in gether_register_netdev()
895 void gether_set_gadget(struct net_device *net, struct usb_gadget *g) in gether_set_gadget()
905 int gether_set_dev_addr(struct net_device *net, const char *dev_addr) in gether_set_dev_addr()
918 int gether_get_dev_addr(struct net_device *net, char *dev_addr, int len) in gether_get_dev_addr()
934 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr()
947 int gether_get_host_addr(struct net_device *net, char *host_addr, int len) in gether_get_host_addr()
963 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len) in gether_get_host_addr_cdc()
977 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]) in gether_get_host_addr_u8()
986 void gether_set_qmult(struct net_device *net, unsigned qmult) in gether_set_qmult()
995 unsigned gether_get_qmult(struct net_device *net) in gether_get_qmult()
1004 int gether_get_ifname(struct net_device *net, char *name, int len) in gether_get_ifname()