Lines Matching defs:netvsc_channel
1113 struct netvsc_channel { struct
1114 struct vmbus_channel *channel;
1115 struct netvsc_device *net_device;
1116 void *recv_buf; /* buffer to copy packets out from the receive buffer */
1117 const struct vmpacket_descriptor *desc;
1118 struct napi_struct napi;
1119 struct multi_send_data msd;
1120 struct multi_recv_comp mrc;
1121 atomic_t queue_sends;
1122 struct nvsc_rsc rsc;
1124 struct bpf_prog __rcu *bpf_prog;
1125 struct xdp_rxq_info xdp_rxq;
1126 bool xdp_flush;
1128 struct netvsc_stats_tx tx_stats;
1129 struct netvsc_stats_rx rx_stats;