Lines Matching defs:netvsc_channel
1049 struct netvsc_channel { struct
1050 struct vmbus_channel *channel;
1051 struct netvsc_device *net_device;
1052 void *recv_buf; /* buffer to copy packets out from the receive buffer */
1053 const struct vmpacket_descriptor *desc;
1054 struct napi_struct napi;
1055 struct multi_send_data msd;
1056 struct multi_recv_comp mrc;
1057 atomic_t queue_sends;
1058 struct nvsc_rsc rsc;
1060 struct bpf_prog __rcu *bpf_prog;
1061 struct xdp_rxq_info xdp_rxq;
1063 struct netvsc_stats tx_stats;
1064 struct netvsc_stats rx_stats;