Lines Matching refs:xenvif
73 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
196 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue()
222 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit()
283 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats()
314 static void xenvif_up(struct xenvif *vif) in xenvif_up()
330 static void xenvif_down(struct xenvif *vif) in xenvif_down()
348 struct xenvif *vif = netdev_priv(dev); in xenvif_open()
357 struct xenvif *vif = netdev_priv(dev); in xenvif_close()
366 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu()
378 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features()
439 struct xenvif *vif = netdev_priv(dev); in xenvif_get_ethtool_stats()
492 struct xenvif *xenvif_alloc(struct device *parent, domid_t domid, in xenvif_alloc()
497 struct xenvif *vif; in xenvif_alloc()
505 dev = alloc_netdev_mq(sizeof(struct xenvif), name, NET_NAME_UNKNOWN, in xenvif_alloc()
615 void xenvif_carrier_on(struct xenvif *vif) in xenvif_carrier_on()
627 int xenvif_connect_ctrl(struct xenvif *vif, grant_ref_t ring_ref, in xenvif_connect_ctrl()
795 void xenvif_carrier_off(struct xenvif *vif) in xenvif_carrier_off()
808 void xenvif_disconnect_data(struct xenvif *vif) in xenvif_disconnect_data()
825 void xenvif_disconnect_ctrl(struct xenvif *vif) in xenvif_disconnect_ctrl()
849 void xenvif_free(struct xenvif *vif) in xenvif_free()