Searched defs:hv_netvsc_packet (Results 1 – 1 of 1) sorted by relevance
46 struct hv_netvsc_packet { struct48 struct list_head list_ent;50 struct hv_device *device;51 bool is_data_pkt;57 struct xferpage_packet *xfer_page_pkt;59 union {70 } completion;73 void *extension;75 u32 total_data_buflen;77 void *data;[all …]