Home
last modified time | relevance | path

Searched defs:netvsc_channel (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/hyperv/
H A Dhyperv_net.h1131 struct netvsc_channel { struct
1132 struct vmbus_channel *channel;
1133 struct netvsc_device *net_device;
1134 void *recv_buf; /* buffer to copy packets out from the receive buffer */
1135 const struct vmpacket_descriptor *desc;
1136 struct napi_struct napi;
1137 struct multi_send_data msd;
1138 struct multi_recv_comp mrc;
1139 atomic_t queue_sends;
1140 struct nvsc_rsc rsc;
[all …]