search for: rx_ring_ref_count

Displaying 1 result from an estimated 1 matches for "rx_ring_ref_count".

2013 Feb 15
1
[PATCH 7/8] netback: split event channels support
...etbk_deschedule_xenvif(vif); xen_netbk_remove_xenvif(vif); @@ -308,7 +330,7 @@ struct xenvif *xenvif_alloc(struct device *parent, domid_t domid, int xenvif_connect(struct xenvif *vif, unsigned long *tx_ring_ref, unsigned int tx_ring_ref_count, unsigned long *rx_ring_ref, unsigned int rx_ring_ref_count, - unsigned int evtchn) + unsigned int tx_evtchn, unsigned int rx_evtchn) { int err = -ENOMEM; void *addr; @@ -317,7 +339,7 @@ int xenvif_connect(struct xenvif *vif, int tmp[NETBK_MAX_RING_PAGES], i; /* Already connected through? */ - if (vif->irq) + if (vif->tx_irq) ret...