Home
last modified time | relevance | path

Searched refs:VMBUS_MAX_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h9 #define VMBUS_MAX_PACKET_SIZE 0x4000 macro
34 u8 init_buf[VMBUS_MAX_PACKET_SIZE];
35 u8 recv_buf[VMBUS_MAX_PACKET_SIZE];
H A Dhyperv_drm_proto.c439 memcpy(hv->init_buf, msg, VMBUS_MAX_PACKET_SIZE); in hyperv_receive_sub()
467 VMBUS_MAX_PACKET_SIZE, in hyperv_receive()