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()
160 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_ethtool_stats()
205 static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find()
231 struct vnet *vp = netdev_priv(dev); in vnet_tx_port_find()
240 struct vnet *vp = netdev_priv(dev); in vnet_select_queue()
257 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode()
265 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller()
285 static struct vnet *vnet_new(const u64 *local_mac, in vnet_new()
289 struct vnet *vp; in vnet_new()
344 static struct vnet *vnet_find_or_create(const u64 *local_mac, in vnet_find_or_create()
347 struct vnet *iter, *vp; in vnet_find_or_create()
366 struct vnet *vp; in vnet_cleanup()
371 vp = list_first_entry(&vnet_list, struct vnet, list); in vnet_cleanup()
384 static struct vnet *vnet_find_parent(struct mdesc_handle *hp, in vnet_find_parent()
429 struct vnet *vp; in vnet_port_probe()