Home
last modified time | relevance | path

Searched refs:xenvif (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h109 struct xenvif;
132 struct xenvif *vif; /* Parent VIF */
213 struct xenvif { struct
260 static inline struct xenbus_device *xenvif_to_xenbus_device(struct xenvif *vif) in xenvif_to_xenbus_device() argument
267 struct xenvif *xenvif_alloc(struct device *parent,
277 void xenvif_disconnect(struct xenvif *vif);
278 void xenvif_free(struct xenvif *vif);
283 int xenvif_schedulable(struct xenvif *vif);
298 void xenvif_carrier_off(struct xenvif *vif);
314 void xenvif_carrier_on(struct xenvif *vif);
Dinterface.c66 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
141 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit()
184 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats()
214 static void xenvif_up(struct xenvif *vif) in xenvif_up()
230 static void xenvif_down(struct xenvif *vif) in xenvif_down()
248 struct xenvif *vif = netdev_priv(dev); in xenvif_open()
257 struct xenvif *vif = netdev_priv(dev); in xenvif_close()
266 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu()
278 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features()
339 struct xenvif *vif = netdev_priv(dev); in xenvif_get_ethtool_stats()
[all …]
Dxenbus.c27 struct xenvif *vif;
46 static void xen_unregister_watchers(struct xenvif *vif);
188 static void xenvif_debugfs_addif(struct xenvif *vif) in xenvif_debugfs_addif()
218 static void xenvif_debugfs_delif(struct xenvif *vif) in xenvif_debugfs_delif()
414 struct xenvif *vif; in backend_create_xenvif()
659 struct xenvif *vif = container_of(watch, struct xenvif, credit_watch); in xen_net_rate_changed()
678 static int xen_register_watchers(struct xenbus_device *dev, struct xenvif *vif) in xen_register_watchers()
703 static void xen_unregister_watchers(struct xenvif *vif) in xen_unregister_watchers()
938 struct xenvif *vif = be->vif; in read_xenbus_vif_flags()
Dnetback.c370 struct xenvif *vif = netdev_priv(skb->dev); in xenvif_gop_skb()
446 static int xenvif_check_gop(struct xenvif *vif, int nr_meta_slots, in xenvif_check_gop()
670 static void xenvif_fatal_tx_err(struct xenvif *vif) in xenvif_fatal_tx_err()
1097 static int xenvif_set_skb_gso(struct xenvif *vif, in xenvif_set_skb_gso()
1807 struct xenvif *vif = queue->vif; in xenvif_queue_carrier_off()
1822 struct xenvif *vif = queue->vif; in xenvif_queue_carrier_on()
1917 struct xenvif *vif = queue->vif; in xenvif_kthread_guest_rx()