Lines Matching defs:vif
72 static int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
183 struct xenvif *vif = netdev_priv(dev); in xenvif_select_queue() local
209 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local
272 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local
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() local
346 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local
355 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local
367 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local
428 struct xenvif *vif = netdev_priv(dev); in xenvif_get_ethtool_stats() local
486 struct xenvif *vif; in xenvif_alloc() local
602 void xenvif_carrier_on(struct xenvif *vif) in xenvif_carrier_on()
614 int xenvif_connect_ctrl(struct xenvif *vif, grant_ref_t ring_ref, in xenvif_connect_ctrl()
788 void xenvif_carrier_off(struct xenvif *vif) in xenvif_carrier_off()
801 void xenvif_disconnect_data(struct xenvif *vif) in xenvif_disconnect_data()
818 void xenvif_disconnect_ctrl(struct xenvif *vif) in xenvif_disconnect_ctrl()
842 void xenvif_free(struct xenvif *vif) in xenvif_free()