__packet 371 include/linux/hyperv.h #define VMPACKET_DATA_START_ADDRESS(__packet) \ __packet 372 include/linux/hyperv.h (void *)(((unsigned char *)__packet) + \ __packet 373 include/linux/hyperv.h ((struct vmpacket_descriptor)__packet)->offset8 * 8) __packet 375 include/linux/hyperv.h #define VMPACKET_DATA_LENGTH(__packet) \ __packet 376 include/linux/hyperv.h ((((struct vmpacket_descriptor)__packet)->len8 - \ __packet 377 include/linux/hyperv.h ((struct vmpacket_descriptor)__packet)->offset8) * 8) __packet 379 include/linux/hyperv.h #define VMPACKET_TRANSFER_MODE(__packet) \ __packet 380 include/linux/hyperv.h (((struct IMPACT)__packet)->type)