Home
last modified time | relevance | path

Searched refs:vnet (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/sun/
A Dsunvnet.c69 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()
217 struct vnet *vp = netdev_priv(dev); in vnet_tx_port_find()
225 struct vnet *vp = netdev_priv(dev); in vnet_select_queue()
275 struct vnet *vp; in vnet_new()
334 struct vnet *iter, *vp; in vnet_find_or_create()
353 struct vnet *vp; in vnet_cleanup()
[all …]
A Dsunvnet_common.h37 struct vnet;
70 struct vnet *vp;
115 struct vnet { struct
136 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp); argument
144 void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp);
153 bool sunvnet_port_is_up_common(struct vnet_port *vnet);
A Dldmvsw.c166 static struct vnet *vsw_get_vnet(struct mdesc_handle *hp, in vsw_get_vnet()
170 struct vnet *vp; in vsw_get_vnet()
171 struct vnet *iter; in vsw_get_vnet()
280 struct vnet *vp; in vsw_port_probe()
435 struct vnet *vp; in vsw_cleanup()
440 vp = list_first_entry(&vnet_list, struct vnet, list); in vsw_cleanup()
A Dsunvnet_common.c772 bool sunvnet_port_is_up_common(struct vnet_port *vnet) in sunvnet_port_is_up_common() argument
774 struct vio_driver_state *vio = &vnet->vio; in sunvnet_port_is_up_common()
1549 static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr) in __vnet_mc_find()
1560 static void __update_mc_list(struct vnet *vp, struct net_device *dev) in __update_mc_list()
1586 static void __send_mc_list(struct vnet *vp, struct vnet_port *port) in __send_mc_list()
1649 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp) in sunvnet_set_rx_mode_common()
1768 void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp) in sunvnet_poll_controller_common()
1785 struct vnet *vp = port->vp; in sunvnet_port_add_txq_common()
/drivers/net/ipvlan/
A Dipvlan_l3s.c136 struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid); in ipvlan_register_nf_hook() local
139 if (!vnet->ipvl_nf_hook_refcnt) { in ipvlan_register_nf_hook()
143 vnet->ipvl_nf_hook_refcnt = 1; in ipvlan_register_nf_hook()
145 vnet->ipvl_nf_hook_refcnt++; in ipvlan_register_nf_hook()
153 struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid); in ipvlan_unregister_nf_hook() local
155 if (WARN_ON(!vnet->ipvl_nf_hook_refcnt)) in ipvlan_unregister_nf_hook()
158 vnet->ipvl_nf_hook_refcnt--; in ipvlan_unregister_nf_hook()
159 if (!vnet->ipvl_nf_hook_refcnt) in ipvlan_unregister_nf_hook()
180 struct ipvlan_netns *vnet = net_generic(net, ipvlan_netid); in ipvlan_ns_exit() local
182 if (WARN_ON_ONCE(vnet->ipvl_nf_hook_refcnt)) { in ipvlan_ns_exit()
[all …]
/drivers/net/
A DKconfig440 bool "Support for cross-endian vnet headers on little-endian kernels"
444 little-endian kernel to parse vnet headers that come from a

Completed in 19 milliseconds