• Home
  • Raw
  • Download

Lines Matching refs:net_device

50 	struct net_device *dev = skb->dev;  in vlan_dev_rebuild_header()
72 vlan_dev_get_egress_qos_mask(struct net_device *dev, struct sk_buff *skb) in vlan_dev_get_egress_qos_mask()
97 static int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, in vlan_dev_hard_header()
153 struct net_device *dev) in vlan_dev_hard_start_xmit()
195 static int vlan_dev_change_mtu(struct net_device *dev, int new_mtu) in vlan_dev_change_mtu()
208 void vlan_dev_set_ingress_priority(const struct net_device *dev, in vlan_dev_set_ingress_priority()
221 int vlan_dev_set_egress_priority(const struct net_device *dev, in vlan_dev_set_egress_priority()
259 int vlan_dev_change_flags(const struct net_device *dev, u32 flags, u32 mask) in vlan_dev_change_flags()
286 void vlan_dev_get_realdev_name(const struct net_device *dev, char *result) in vlan_dev_get_realdev_name()
291 static int vlan_dev_open(struct net_device *dev) in vlan_dev_open()
294 struct net_device *real_dev = vlan->real_dev; in vlan_dev_open()
341 static int vlan_dev_stop(struct net_device *dev) in vlan_dev_stop()
344 struct net_device *real_dev = vlan->real_dev; in vlan_dev_stop()
360 static int vlan_dev_set_mac_address(struct net_device *dev, void *p) in vlan_dev_set_mac_address()
362 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_set_mac_address()
386 static int vlan_dev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in vlan_dev_ioctl()
388 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_ioctl()
411 static int vlan_dev_neigh_setup(struct net_device *dev, struct neigh_parms *pa) in vlan_dev_neigh_setup()
413 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_neigh_setup()
424 static int vlan_dev_fcoe_ddp_setup(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_setup()
427 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_ddp_setup()
437 static int vlan_dev_fcoe_ddp_done(struct net_device *dev, u16 xid) in vlan_dev_fcoe_ddp_done()
439 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_ddp_done()
449 static int vlan_dev_fcoe_enable(struct net_device *dev) in vlan_dev_fcoe_enable()
451 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_enable()
460 static int vlan_dev_fcoe_disable(struct net_device *dev) in vlan_dev_fcoe_disable()
462 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_disable()
471 static int vlan_dev_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type) in vlan_dev_fcoe_get_wwn()
473 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_get_wwn()
482 static int vlan_dev_fcoe_ddp_target(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_target()
485 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fcoe_ddp_target()
496 static void vlan_dev_change_rx_flags(struct net_device *dev, int change) in vlan_dev_change_rx_flags()
498 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_change_rx_flags()
508 static void vlan_dev_set_rx_mode(struct net_device *vlan_dev) in vlan_dev_set_rx_mode()
522 static void vlan_dev_set_lockdep_one(struct net_device *dev, in vlan_dev_set_lockdep_one()
531 static void vlan_dev_set_lockdep_class(struct net_device *dev, int subclass) in vlan_dev_set_lockdep_class()
551 static int vlan_dev_init(struct net_device *dev) in vlan_dev_init()
553 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_init()
611 static void vlan_dev_uninit(struct net_device *dev) in vlan_dev_uninit()
627 static netdev_features_t vlan_dev_fix_features(struct net_device *dev, in vlan_dev_fix_features()
630 struct net_device *real_dev = vlan_dev_priv(dev)->real_dev; in vlan_dev_fix_features()
643 static int vlan_ethtool_get_settings(struct net_device *dev, in vlan_ethtool_get_settings()
651 static void vlan_ethtool_get_drvinfo(struct net_device *dev, in vlan_ethtool_get_drvinfo()
659 static struct rtnl_link_stats64 *vlan_dev_get_stats64(struct net_device *dev, struct rtnl_link_stat… in vlan_dev_get_stats64()
697 static void vlan_dev_poll_controller(struct net_device *dev) in vlan_dev_poll_controller()
702 static int vlan_dev_netpoll_setup(struct net_device *dev, struct netpoll_info *npinfo, in vlan_dev_netpoll_setup()
706 struct net_device *real_dev = vlan->real_dev; in vlan_dev_netpoll_setup()
727 static void vlan_dev_netpoll_cleanup(struct net_device *dev) in vlan_dev_netpoll_cleanup()
777 void vlan_setup(struct net_device *dev) in vlan_setup()