Lines Matching defs:netfront_queue
131019 struct netfront_queue { struct
131020 unsigned int id;
131021 char name[22];
131022 struct netfront_info *info;
131023 struct bpf_prog *xdp_prog;
131024 struct napi_struct napi;
131025 unsigned int tx_evtchn;
131026 unsigned int rx_evtchn;
131027 unsigned int tx_irq;
131028 unsigned int rx_irq;
131029 char tx_irq_name[25];
131030 char rx_irq_name[25];
131031 spinlock_t tx_lock;
131032 struct xen_netif_tx_front_ring tx;
131033 int tx_ring_ref;
131034 struct sk_buff *tx_skbs[256];
131035 short unsigned int tx_link[256];
131036 grant_ref_t gref_tx_head;
131037 grant_ref_t grant_tx_ref[256];
131038 struct page *grant_tx_page[256];
131062 struct netfront_queue *queues; argument