Searched refs:VIRTQ_ALIGN_USED (Results 1 – 4 of 4) sorted by relevance
66 ALIGN(sizeof(struct VirtqAvail) + sizeof(uint16_t) * qsz, VIRTQ_ALIGN_USED) + in VirtqSize()178 base = ALIGN(base + sizeof(struct VirtqAvail) + sizeof(uint16_t) * qsz, VIRTQ_ALIGN_USED); in CalculateQueueAddr()
77 #define VIRTQ_ALIGN_USED 4 macro
61 ALIGN(sizeof(struct VirtqAvail) + sizeof(uint16_t) * qsz, VIRTQ_ALIGN_USED) + in VirtqSize()170 base = ALIGN(base + sizeof(struct VirtqAvail) + sizeof(uint16_t) * qsz, VIRTQ_ALIGN_USED); in CalculateQueueAddr()
64 #define VIRTQ_ALIGN_USED 4 macro