Lines Matching defs:dev
30 netdev_tx_t br_dev_xmit(struct sk_buff *skb, struct net_device *dev) in br_dev_xmit()
119 static int br_dev_init(struct net_device *dev) in br_dev_init()
153 static void br_dev_uninit(struct net_device *dev) in br_dev_uninit()
164 static int br_dev_open(struct net_device *dev) in br_dev_open()
179 static void br_dev_set_multicast_list(struct net_device *dev) in br_dev_set_multicast_list()
183 static void br_dev_change_rx_flags(struct net_device *dev, int change) in br_dev_change_rx_flags()
189 static int br_dev_stop(struct net_device *dev) in br_dev_stop()
204 static int br_change_mtu(struct net_device *dev, int new_mtu) in br_change_mtu()
221 static int br_set_mac_address(struct net_device *dev, void *p) in br_set_mac_address()
245 static void br_getinfo(struct net_device *dev, struct ethtool_drvinfo *info) in br_getinfo()
253 static int br_get_link_ksettings(struct net_device *dev, in br_get_link_ksettings()
284 static netdev_features_t br_fix_features(struct net_device *dev, in br_fix_features()
297 static void br_netpoll_cleanup(struct net_device *dev) in br_netpoll_cleanup()
333 static int br_netpoll_setup(struct net_device *dev) in br_netpoll_setup()
369 static int br_add_slave(struct net_device *dev, struct net_device *slave_dev, in br_add_slave()
378 static int br_del_slave(struct net_device *dev, struct net_device *slave_dev) in br_del_slave()
480 void br_dev_setup(struct net_device *dev) in br_dev_setup()