Lines Matching defs:net

62 	struct net_device	*net;  member
144 static int ueth_change_mtu(struct net_device *net, int new_mtu) in ueth_change_mtu()
163 static void eth_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *p) in eth_get_drvinfo()
488 struct net_device *net) in eth_start_xmit()
642 static int eth_open(struct net_device *net) in eth_open()
660 static int eth_stop(struct net_device *net) in eth_stop()
773 struct net_device *net; in gether_setup_name() local
835 struct net_device *net; in gether_setup_name_default() local
870 int gether_register_netdev(struct net_device *net) in gether_register_netdev()
908 void gether_set_gadget(struct net_device *net, struct usb_gadget *g) in gether_set_gadget()
918 int gether_set_dev_addr(struct net_device *net, const char *dev_addr) in gether_set_dev_addr()
931 int gether_get_dev_addr(struct net_device *net, char *dev_addr, int len) in gether_get_dev_addr()
940 int gether_set_host_addr(struct net_device *net, const char *host_addr) in gether_set_host_addr()
953 int gether_get_host_addr(struct net_device *net, char *host_addr, int len) in gether_get_host_addr()
962 int gether_get_host_addr_cdc(struct net_device *net, char *host_addr, int len) in gether_get_host_addr_cdc()
976 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]) in gether_get_host_addr_u8()
985 void gether_set_qmult(struct net_device *net, unsigned qmult) in gether_set_qmult()
994 unsigned gether_get_qmult(struct net_device *net) in gether_get_qmult()
1003 int gether_get_ifname(struct net_device *net, char *name, int len) in gether_get_ifname()