Searched defs:netvsc_channel (Results 1 – 1 of 1) sorted by relevance
1117 struct netvsc_channel { struct1118 struct vmbus_channel *channel;1119 struct netvsc_device *net_device;1120 void *recv_buf; /* buffer to copy packets out from the receive buffer */1121 const struct vmpacket_descriptor *desc;1122 struct napi_struct napi;1123 struct multi_send_data msd;1124 struct multi_recv_comp mrc;1125 atomic_t queue_sends;1126 struct nvsc_rsc rsc;[all …]