Lines Matching refs:vnet
69 struct vnet *vp = netdev_priv(dev); in vnet_get_msglevel()
76 struct vnet *vp = netdev_priv(dev); in vnet_set_msglevel()
102 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_sset_count()
115 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_strings()
146 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_ethtool_stats()
191 static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find()
217 struct vnet *vp = netdev_priv(dev); in vnet_tx_port_find()
225 struct vnet *vp = netdev_priv(dev); in vnet_select_queue()
242 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode()
250 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller()
270 static struct vnet *vnet_new(const u64 *local_mac, in vnet_new()
275 struct vnet *vp; in vnet_new()
331 static struct vnet *vnet_find_or_create(const u64 *local_mac, in vnet_find_or_create()
334 struct vnet *iter, *vp; in vnet_find_or_create()
353 struct vnet *vp; in vnet_cleanup()
358 vp = list_first_entry(&vnet_list, struct vnet, list); in vnet_cleanup()
371 static struct vnet *vnet_find_parent(struct mdesc_handle *hp, in vnet_find_parent()
416 struct vnet *vp; in vnet_port_probe()