Lines Matching refs:xenvif
73 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
153 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue()
179 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit()
240 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats()
271 static void xenvif_up(struct xenvif *vif) in xenvif_up()
287 static void xenvif_down(struct xenvif *vif) in xenvif_down()
305 struct xenvif *vif = netdev_priv(dev); in xenvif_open()
314 struct xenvif *vif = netdev_priv(dev); in xenvif_close()
323 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu()
335 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features()
396 struct xenvif *vif = netdev_priv(dev); in xenvif_get_ethtool_stats()
449 struct xenvif *xenvif_alloc(struct device *parent, domid_t domid, in xenvif_alloc()
454 struct xenvif *vif; in xenvif_alloc()
462 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
570 void xenvif_carrier_on(struct xenvif *vif) in xenvif_carrier_on()
582 int xenvif_connect_ctrl(struct xenvif *vif, grant_ref_t ring_ref, in xenvif_connect_ctrl()
725 void xenvif_carrier_off(struct xenvif *vif) in xenvif_carrier_off()
738 void xenvif_disconnect_data(struct xenvif *vif) in xenvif_disconnect_data()
778 void xenvif_disconnect_ctrl(struct xenvif *vif) in xenvif_disconnect_ctrl()
802 void xenvif_free(struct xenvif *vif) in xenvif_free()