Searched defs:netfront_queue (Results 1 – 2 of 2) sorted by relevance
105892 struct netfront_queue { struct105893 unsigned int id;105894 char name[22];105895 struct netfront_info *info;105896 struct bpf_prog *xdp_prog;105897 struct napi_struct napi;105898 unsigned int tx_evtchn;105899 unsigned int rx_evtchn;105900 unsigned int tx_irq;105901 unsigned int rx_irq;[all …]