Lines Matching defs:vif
70 static int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
181 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local
207 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local
273 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local
304 static void xenvif_up(struct xenvif *vif) in xenvif_up()
320 static void xenvif_down(struct xenvif *vif) in xenvif_down()
338 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local
347 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local
356 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local
368 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local
429 struct xenvif *vif = netdev_priv(dev); in xenvif_get_ethtool_stats() local
490 struct xenvif *vif; in xenvif_alloc() local
605 void xenvif_carrier_on(struct xenvif *vif) in xenvif_carrier_on()
617 int xenvif_connect_ctrl(struct xenvif *vif, grant_ref_t ring_ref, in xenvif_connect_ctrl()
789 void xenvif_carrier_off(struct xenvif *vif) in xenvif_carrier_off()
802 void xenvif_disconnect_data(struct xenvif *vif) in xenvif_disconnect_data()
819 void xenvif_disconnect_ctrl(struct xenvif *vif) in xenvif_disconnect_ctrl()
843 void xenvif_free(struct xenvif *vif) in xenvif_free()