Lines Matching defs:dev

28 netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev)  in br_dev_xmit()
119 static void br_set_lockdep_class(struct net_device *dev) in br_set_lockdep_class()
124 static int br_dev_init(struct net_device *dev) in br_dev_init()
166 static void br_dev_uninit(struct net_device *dev) in br_dev_uninit()
178 static int br_dev_open(struct net_device *dev) in br_dev_open()
193 static void br_dev_set_multicast_list(struct net_device *dev) in br_dev_set_multicast_list()
197 static void br_dev_change_rx_flags(struct net_device *dev, int change) in br_dev_change_rx_flags()
203 static int br_dev_stop(struct net_device *dev) in br_dev_stop()
218 static int br_change_mtu(struct net_device *dev, int new_mtu) in br_change_mtu()
235 static int br_set_mac_address(struct net_device *dev, void *p) in br_set_mac_address()
259 static void br_getinfo(struct net_device *dev, struct ethtool_drvinfo *info) in br_getinfo()
267 static int br_get_link_ksettings(struct net_device *dev, in br_get_link_ksettings()
298 static netdev_features_t br_fix_features(struct net_device *dev, in br_fix_features()
311 static void br_netpoll_cleanup(struct net_device *dev) in br_netpoll_cleanup()
347 static int br_netpoll_setup(struct net_device *dev, struct netpoll_info *ni) in br_netpoll_setup()
383 static int br_add_slave(struct net_device *dev, struct net_device *slave_dev, in br_add_slave()
392 static int br_del_slave(struct net_device *dev, struct net_device *slave_dev) in br_del_slave()
492 void br_dev_setup(struct net_device *dev) in br_dev_setup()