Searched defs:netvsc_channel (Results 1 – 1 of 1) sorted by relevance
1128 struct netvsc_channel { struct1129 struct vmbus_channel *channel;1130 struct netvsc_device *net_device;1131 void *recv_buf; /* buffer to copy packets out from the receive buffer */1132 const struct vmpacket_descriptor *desc;1133 struct napi_struct napi;1134 struct multi_send_data msd;1135 struct multi_recv_comp mrc;1136 atomic_t queue_sends;1137 struct nvsc_rsc rsc;[all …]