Lines Matching refs:xenvif
66 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()
386 struct xenvif *xenvif_alloc(struct device *parent, domid_t domid, in xenvif_alloc()
391 struct xenvif *vif; in xenvif_alloc()
399 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
504 void xenvif_carrier_on(struct xenvif *vif) in xenvif_carrier_on()
609 void xenvif_carrier_off(struct xenvif *vif) in xenvif_carrier_off()
622 void xenvif_disconnect(struct xenvif *vif) in xenvif_disconnect()
669 void xenvif_free(struct xenvif *vif) in xenvif_free()