Lines Matching defs:vif
42 void xenvif_get(struct xenvif *vif) in xenvif_get()
47 void xenvif_put(struct xenvif *vif) in xenvif_put()
53 int xenvif_schedulable(struct xenvif *vif) in xenvif_schedulable()
58 static int xenvif_rx_schedulable(struct xenvif *vif) in xenvif_rx_schedulable()
65 struct xenvif *vif = dev_id; in xenvif_interrupt() local
80 struct xenvif *vif = netdev_priv(dev); in xenvif_start_xmit() local
108 void xenvif_receive_skb(struct xenvif *vif, struct sk_buff *skb) in xenvif_receive_skb()
113 void xenvif_notify_tx_completion(struct xenvif *vif) in xenvif_notify_tx_completion()
121 struct xenvif *vif = netdev_priv(dev); in xenvif_get_stats() local
125 static void xenvif_up(struct xenvif *vif) in xenvif_up()
132 static void xenvif_down(struct xenvif *vif) in xenvif_down()
141 struct xenvif *vif = netdev_priv(dev); in xenvif_open() local
150 struct xenvif *vif = netdev_priv(dev); in xenvif_close() local
159 struct xenvif *vif = netdev_priv(dev); in xenvif_change_mtu() local
171 struct xenvif *vif = netdev_priv(dev); in xenvif_fix_features() local
206 void *vif = netdev_priv(dev); in xenvif_get_ethtool_stats() local
248 struct xenvif *vif; in xenvif_alloc() local
307 int xenvif_connect(struct xenvif *vif, unsigned long tx_ring_ref, in xenvif_connect()
346 void xenvif_disconnect(struct xenvif *vif) in xenvif_disconnect()