Lines Matching defs:dev
26 netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev) in br_dev_xmit()
79 static int br_dev_init(struct net_device *dev) in br_dev_init()
90 static int br_dev_open(struct net_device *dev) in br_dev_open()
102 static void br_dev_set_multicast_list(struct net_device *dev) in br_dev_set_multicast_list()
106 static int br_dev_stop(struct net_device *dev) in br_dev_stop()
118 static struct rtnl_link_stats64 *br_get_stats64(struct net_device *dev, in br_get_stats64()
147 static int br_change_mtu(struct net_device *dev, int new_mtu) in br_change_mtu()
164 static int br_set_mac_address(struct net_device *dev, void *p) in br_set_mac_address()
184 static void br_getinfo(struct net_device *dev, struct ethtool_drvinfo *info) in br_getinfo()
192 static netdev_features_t br_fix_features(struct net_device *dev, in br_fix_features()
205 static void br_netpoll_cleanup(struct net_device *dev) in br_netpoll_cleanup()
215 static int br_netpoll_setup(struct net_device *dev, struct netpoll_info *ni) in br_netpoll_setup()
281 static int br_add_slave(struct net_device *dev, struct net_device *slave_dev) in br_add_slave()
289 static int br_del_slave(struct net_device *dev, struct net_device *slave_dev) in br_del_slave()
321 static void br_dev_free(struct net_device *dev) in br_dev_free()
333 void br_dev_setup(struct net_device *dev) in br_dev_setup()