Lines Matching refs:xenvif
72 static int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
183 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue()
209 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit()
272 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats()
303 static void xenvif_up(struct xenvif *vif) in xenvif_up()
319 static void xenvif_down(struct xenvif *vif) in xenvif_down()
337 struct xenvif *vif = netdev_priv(dev); in xenvif_open()
346 struct xenvif *vif = netdev_priv(dev); in xenvif_close()
355 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu()
367 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features()
428 struct xenvif *vif = netdev_priv(dev); in xenvif_get_ethtool_stats()
481 struct xenvif *xenvif_alloc(struct device *parent, domid_t domid, in xenvif_alloc()
489 struct xenvif *vif; in xenvif_alloc()
497 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
606 void xenvif_carrier_on(struct xenvif *vif) in xenvif_carrier_on()
618 int xenvif_connect_ctrl(struct xenvif *vif, grant_ref_t ring_ref, in xenvif_connect_ctrl()
791 void xenvif_carrier_off(struct xenvif *vif) in xenvif_carrier_off()
804 void xenvif_disconnect_data(struct xenvif *vif) in xenvif_disconnect_data()
821 void xenvif_disconnect_ctrl(struct xenvif *vif) in xenvif_disconnect_ctrl()
845 void xenvif_free(struct xenvif *vif) in xenvif_free()