|
@@ -325,9 +325,6 @@ static inline pending_ring_idx_t nr_pending_reqs(struct xenvif_queue *queue)
|
|
queue->pending_prod + queue->pending_cons;
|
|
queue->pending_prod + queue->pending_cons;
|
|
}
|
|
}
|
|
|
|
|
|
-/* Callback from stack when TX packet can be released */
|
|
|
|
-void xenvif_zerocopy_callback(struct ubuf_info *ubuf, bool zerocopy_success);
|
|
|
|
-
|
|
|
|
irqreturn_t xenvif_interrupt(int irq, void *dev_id);
|
|
irqreturn_t xenvif_interrupt(int irq, void *dev_id);
|
|
|
|
|
|
extern bool separate_tx_rx_irq;
|
|
extern bool separate_tx_rx_irq;
|