Lines Matching refs:vnet
636 struct vnet *vp; in vnet_ack()
720 static inline bool port_is_up(struct vnet_port *vnet) in port_is_up() argument
722 struct vio_driver_state *vio = &vnet->vio; in port_is_up()
905 struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find()
1137 struct vnet *vp = netdev_priv(dev); in vnet_select_queue()
1250 struct vnet *vp = netdev_priv(dev); in vnet_start_xmit()
1476 static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr) in __vnet_mc_find()
1487 static void __update_mc_list(struct vnet *vp, struct net_device *dev) in __update_mc_list()
1513 static void __send_mc_list(struct vnet *vp, struct vnet_port *port) in __send_mc_list()
1578 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode()
1616 struct vnet *vp = netdev_priv(dev); in vnet_get_msglevel()
1622 struct vnet *vp = netdev_priv(dev); in vnet_set_msglevel()
1729 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller()
1759 static struct vnet *vnet_new(const u64 *local_mac, in vnet_new()
1763 struct vnet *vp; in vnet_new()
1814 static struct vnet *vnet_find_or_create(const u64 *local_mac, in vnet_find_or_create()
1817 struct vnet *iter, *vp; in vnet_find_or_create()
1836 struct vnet *vp; in vnet_cleanup()
1841 vp = list_first_entry(&vnet_list, struct vnet, list); in vnet_cleanup()
1854 static struct vnet *vnet_find_parent(struct mdesc_handle *hp, in vnet_find_parent()
1902 struct vnet *vp = port->vp; in vnet_port_add_txq()
1923 struct vnet *vp; in vnet_port_probe()