Lines Matching refs:net_device
44 static int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, in vlan_dev_hard_header()
99 struct net_device *dev) in vlan_dev_hard_start_xmit()
141 static int vlan_dev_change_mtu(struct net_device *dev, int new_mtu) in vlan_dev_change_mtu()
143 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_change_mtu()
156 void vlan_dev_set_ingress_priority(const struct net_device *dev, in vlan_dev_set_ingress_priority()
169 int vlan_dev_set_egress_priority(const struct net_device *dev, in vlan_dev_set_egress_priority()
214 int vlan_dev_change_flags(const struct net_device *dev, u32 flags, u32 mask) in vlan_dev_change_flags()
242 void vlan_dev_get_realdev_name(const struct net_device *dev, char *result, size_t size) in vlan_dev_get_realdev_name()
247 bool vlan_dev_inherit_address(struct net_device *dev, in vlan_dev_inherit_address()
248 struct net_device *real_dev) in vlan_dev_inherit_address()
258 static int vlan_dev_open(struct net_device *dev) in vlan_dev_open()
261 struct net_device *real_dev = vlan->real_dev; in vlan_dev_open()
310 static int vlan_dev_stop(struct net_device *dev) in vlan_dev_stop()
313 struct net_device *real_dev = vlan->real_dev; in vlan_dev_stop()
330 static int vlan_dev_set_mac_address(struct net_device *dev, void *p) in vlan_dev_set_mac_address()
332 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_set_mac_address()
356 static int vlan_dev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in vlan_dev_ioctl()
358 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_ioctl()
386 static int vlan_dev_neigh_setup(struct net_device *dev, struct neigh_parms *pa) in vlan_dev_neigh_setup()
388 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_neigh_setup()
399 static int vlan_dev_fcoe_ddp_setup(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_setup()
402 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_ddp_setup()
412 static int vlan_dev_fcoe_ddp_done(struct net_device *dev, u16 xid) in vlan_dev_fcoe_ddp_done()
414 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_ddp_done()
424 static int vlan_dev_fcoe_enable(struct net_device *dev) in vlan_dev_fcoe_enable()
426 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_enable()
435 static int vlan_dev_fcoe_disable(struct net_device *dev) in vlan_dev_fcoe_disable()
437 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_disable()
446 static int vlan_dev_fcoe_ddp_target(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_target()
449 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_ddp_target()
461 static int vlan_dev_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type) in vlan_dev_fcoe_get_wwn()
463 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_get_wwn()
473 static void vlan_dev_change_rx_flags(struct net_device *dev, int change) in vlan_dev_change_rx_flags()
475 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_change_rx_flags()
485 static void vlan_dev_set_rx_mode(struct net_device *vlan_dev) in vlan_dev_set_rx_mode()
499 static void vlan_dev_set_lockdep_one(struct net_device *dev, in vlan_dev_set_lockdep_one()
506 static void vlan_dev_set_lockdep_class(struct net_device *dev) in vlan_dev_set_lockdep_class()
526 static int vlan_passthru_hard_header(struct sk_buff *skb, struct net_device *dev, in vlan_passthru_hard_header()
532 struct net_device *real_dev = vlan->real_dev; in vlan_passthru_hard_header()
552 static int vlan_dev_init(struct net_device *dev) in vlan_dev_init()
555 struct net_device *real_dev = vlan->real_dev; in vlan_dev_init()
625 void vlan_dev_free_egress_priority(const struct net_device *dev) in vlan_dev_free_egress_priority()
639 static void vlan_dev_uninit(struct net_device *dev) in vlan_dev_uninit()
649 static netdev_features_t vlan_dev_fix_features(struct net_device *dev, in vlan_dev_fix_features()
652 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fix_features()
672 static int vlan_ethtool_get_link_ksettings(struct net_device *dev, in vlan_ethtool_get_link_ksettings()
680 static void vlan_ethtool_get_drvinfo(struct net_device *dev, in vlan_ethtool_get_drvinfo()
688 static int vlan_ethtool_get_ts_info(struct net_device *dev, in vlan_ethtool_get_ts_info()
708 static void vlan_dev_get_stats64(struct net_device *dev, in vlan_dev_get_stats64()
743 static void vlan_dev_poll_controller(struct net_device *dev) in vlan_dev_poll_controller()
748 static int vlan_dev_netpoll_setup(struct net_device *dev, struct netpoll_info *npinfo) in vlan_dev_netpoll_setup()
751 struct net_device *real_dev = vlan->real_dev; in vlan_dev_netpoll_setup()
772 static void vlan_dev_netpoll_cleanup(struct net_device *dev) in vlan_dev_netpoll_cleanup()
785 static int vlan_dev_get_iflink(const struct net_device *dev) in vlan_dev_get_iflink()
787 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_get_iflink()
853 static void vlan_dev_free(struct net_device *dev) in vlan_dev_free()
861 void vlan_setup(struct net_device *dev) in vlan_setup()