Home
last modified time | relevance | path

Searched defs:xenvif_queue (Results 1 – 1 of 1) sorted by relevance

/drivers/net/xen-netback/
Dcommon.h135 struct xenvif_queue { /* Per-queue data for xenvif */ struct
136 unsigned int id; /* Queue ID, 0-based */
137 char name[QUEUE_NAME_SIZE]; /* DEVNAME-qN */
138 struct xenvif *vif; /* Parent VIF */
149 atomic_t eoi_pending;
155 struct napi_struct napi;
157 unsigned int tx_irq;
159 char tx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-tx */
160 struct xen_netif_tx_back_ring tx;
161 struct sk_buff_head tx_queue;
[all …]