Searched defs:netfront_queue (Results 1 – 2 of 2) sorted by relevance
107 struct netfront_queue { struct108 unsigned int id; /* Queue ID, 0-based */109 char name[QUEUE_NAME_SIZE]; /* DEVNAME-qN */110 struct netfront_info *info;112 struct bpf_prog __rcu *xdp_prog;114 struct napi_struct napi;119 unsigned int tx_evtchn, rx_evtchn;120 unsigned int tx_irq, rx_irq;122 char tx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-tx */123 char rx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-rx */[all …]
109 struct netfront_queue { struct110 unsigned int id; /* Queue ID, 0-based */111 char name[QUEUE_NAME_SIZE]; /* DEVNAME-qN */112 struct netfront_info *info;114 struct bpf_prog __rcu *xdp_prog;116 struct napi_struct napi;121 unsigned int tx_evtchn, rx_evtchn;122 unsigned int tx_irq, rx_irq;124 char tx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-tx */125 char rx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-rx */[all …]