Lines Matching defs:dev
46 static int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, in vlan_dev_hard_header()
101 struct net_device *dev) in vlan_dev_hard_start_xmit()
143 static int vlan_dev_change_mtu(struct net_device *dev, int new_mtu) in vlan_dev_change_mtu()
158 void vlan_dev_set_ingress_priority(const struct net_device *dev, in vlan_dev_set_ingress_priority()
171 int vlan_dev_set_egress_priority(const struct net_device *dev, in vlan_dev_set_egress_priority()
216 int vlan_dev_change_flags(const struct net_device *dev, u32 flags, u32 mask) in vlan_dev_change_flags()
244 void vlan_dev_get_realdev_name(const struct net_device *dev, char *result, size_t size) in vlan_dev_get_realdev_name()
249 bool vlan_dev_inherit_address(struct net_device *dev, in vlan_dev_inherit_address()
260 static int vlan_dev_open(struct net_device *dev) in vlan_dev_open()
295 static int vlan_dev_stop(struct net_device *dev) in vlan_dev_stop()
311 static int vlan_dev_set_mac_address(struct net_device *dev, void *p) in vlan_dev_set_mac_address()
337 static int vlan_hwtstamp_get(struct net_device *dev, in vlan_hwtstamp_get()
345 static int vlan_hwtstamp_set(struct net_device *dev, in vlan_hwtstamp_set()
357 static int vlan_dev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in vlan_dev_ioctl()
380 static int vlan_dev_neigh_setup(struct net_device *dev, struct neigh_parms *pa) in vlan_dev_neigh_setup()
393 static int vlan_dev_fcoe_ddp_setup(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_setup()
406 static int vlan_dev_fcoe_ddp_done(struct net_device *dev, u16 xid) in vlan_dev_fcoe_ddp_done()
418 static int vlan_dev_fcoe_enable(struct net_device *dev) in vlan_dev_fcoe_enable()
429 static int vlan_dev_fcoe_disable(struct net_device *dev) in vlan_dev_fcoe_disable()
440 static int vlan_dev_fcoe_ddp_target(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_target()
455 static int vlan_dev_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type) in vlan_dev_fcoe_get_wwn()
467 static void vlan_dev_change_rx_flags(struct net_device *dev, int change) in vlan_dev_change_rx_flags()
496 static int vlan_passthru_hard_header(struct sk_buff *skb, struct net_device *dev, in vlan_passthru_hard_header()
522 static int vlan_dev_init(struct net_device *dev) in vlan_dev_init()
600 void vlan_dev_free_egress_priority(const struct net_device *dev) in vlan_dev_free_egress_priority()
614 static void vlan_dev_uninit(struct net_device *dev) in vlan_dev_uninit()
619 static netdev_features_t vlan_dev_fix_features(struct net_device *dev, in vlan_dev_fix_features()
641 static int vlan_ethtool_get_link_ksettings(struct net_device *dev, in vlan_ethtool_get_link_ksettings()
649 static void vlan_ethtool_get_drvinfo(struct net_device *dev, in vlan_ethtool_get_drvinfo()
657 static int vlan_ethtool_get_ts_info(struct net_device *dev, in vlan_ethtool_get_ts_info()
664 static void vlan_dev_get_stats64(struct net_device *dev, in vlan_dev_get_stats64()
699 static void vlan_dev_poll_controller(struct net_device *dev) in vlan_dev_poll_controller()
704 static int vlan_dev_netpoll_setup(struct net_device *dev) in vlan_dev_netpoll_setup()
728 static void vlan_dev_netpoll_cleanup(struct net_device *dev) in vlan_dev_netpoll_cleanup()
741 static int vlan_dev_get_iflink(const struct net_device *dev) in vlan_dev_get_iflink()
1046 static void vlan_dev_free(struct net_device *dev) in vlan_dev_free()
1057 void vlan_setup(struct net_device *dev) in vlan_setup()