Lines Matching defs:dev

48 static int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev,  in vlan_dev_hard_header()
104 struct net_device *dev) in vlan_dev_hard_start_xmit()
146 static int vlan_dev_change_mtu(struct net_device *dev, int new_mtu) in vlan_dev_change_mtu()
159 void vlan_dev_set_ingress_priority(const struct net_device *dev, in vlan_dev_set_ingress_priority()
172 int vlan_dev_set_egress_priority(const struct net_device *dev, in vlan_dev_set_egress_priority()
215 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) in vlan_dev_get_realdev_name()
247 static int vlan_dev_open(struct net_device *dev) in vlan_dev_open()
297 static int vlan_dev_stop(struct net_device *dev) in vlan_dev_stop()
316 static int vlan_dev_set_mac_address(struct net_device *dev, void *p) in vlan_dev_set_mac_address()
342 static int vlan_dev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in vlan_dev_ioctl()
369 static int vlan_dev_neigh_setup(struct net_device *dev, struct neigh_parms *pa) in vlan_dev_neigh_setup()
382 static int vlan_dev_fcoe_ddp_setup(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_setup()
395 static int vlan_dev_fcoe_ddp_done(struct net_device *dev, u16 xid) in vlan_dev_fcoe_ddp_done()
407 static int vlan_dev_fcoe_enable(struct net_device *dev) in vlan_dev_fcoe_enable()
418 static int vlan_dev_fcoe_disable(struct net_device *dev) in vlan_dev_fcoe_disable()
429 static int vlan_dev_fcoe_get_wwn(struct net_device *dev, u64 *wwn, int type) in vlan_dev_fcoe_get_wwn()
440 static int vlan_dev_fcoe_ddp_target(struct net_device *dev, u16 xid, in vlan_dev_fcoe_ddp_target()
454 static void vlan_dev_change_rx_flags(struct net_device *dev, int change) in vlan_dev_change_rx_flags()
480 static void vlan_dev_set_lockdep_one(struct net_device *dev, in vlan_dev_set_lockdep_one()
489 static void vlan_dev_set_lockdep_class(struct net_device *dev, int subclass) in vlan_dev_set_lockdep_class()
497 static int vlan_dev_get_lock_subclass(struct net_device *dev) in vlan_dev_get_lock_subclass()
507 static int vlan_passthru_hard_header(struct sk_buff *skb, struct net_device *dev, in vlan_passthru_hard_header()
532 static int vlan_dev_init(struct net_device *dev) in vlan_dev_init()
593 static void vlan_dev_uninit(struct net_device *dev) in vlan_dev_uninit()
607 static netdev_features_t vlan_dev_fix_features(struct net_device *dev, in vlan_dev_fix_features()
623 static int vlan_ethtool_get_settings(struct net_device *dev, in vlan_ethtool_get_settings()
631 static void vlan_ethtool_get_drvinfo(struct net_device *dev, in vlan_ethtool_get_drvinfo()
639 static int vlan_ethtool_get_ts_info(struct net_device *dev, in vlan_ethtool_get_ts_info()
656 static struct rtnl_link_stats64 *vlan_dev_get_stats64(struct net_device *dev, struct rtnl_link_stat… in vlan_dev_get_stats64()
692 static void vlan_dev_poll_controller(struct net_device *dev) in vlan_dev_poll_controller()
697 static int vlan_dev_netpoll_setup(struct net_device *dev, struct netpoll_info *npinfo) in vlan_dev_netpoll_setup()
721 static void vlan_dev_netpoll_cleanup(struct net_device *dev) in vlan_dev_netpoll_cleanup()
735 static int vlan_dev_get_iflink(const struct net_device *dev) in vlan_dev_get_iflink()
781 static void vlan_dev_free(struct net_device *dev) in vlan_dev_free()
790 void vlan_setup(struct net_device *dev) in vlan_setup()