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.h1128 struct netvsc_channel { struct
1129 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 …]