Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-proto.h197 uint16_t offset_qwords; member
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c768 hdr->offset_qwords = sizeof(*hdr) / sizeof(uint64_t) + in vmbus_pkt_hdr_set_offsets()
770 hdr->len_qwords = hdr->offset_qwords + in vmbus_pkt_hdr_set_offsets()
980 ringbuf->wr_idx + hdr.offset_qwords * sizeof(uint64_t)); in vmbus_channel_send()
1156 msgoff = hdr.offset_qwords * sizeof(uint64_t); in vmbus_channel_recv_peek()