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()
239 struct vnet *vp = netdev_priv(dev); in vnet_select_queue()
256 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode()
264 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller()
284 static struct vnet *vnet_new(const u64 *local_mac, in vnet_new()
289 struct vnet *vp; in vnet_new()
345 static struct vnet *vnet_find_or_create(const u64 *local_mac, in vnet_find_or_create()
348 struct vnet *iter, *vp; in vnet_find_or_create()
367 struct vnet *vp; in vnet_cleanup()
372 vp = list_first_entry(&vnet_list, struct vnet, list); in vnet_cleanup()
385 static struct vnet *vnet_find_parent(struct mdesc_handle *hp, in vnet_find_parent()
430 struct vnet *vp; in vnet_port_probe()