Searched refs:VIRTQ_ALIGN_AVAIL (Results 1 – 4 of 4) sorted by relevance
65 ALIGN(sizeof(struct VirtqDesc) * qsz, VIRTQ_ALIGN_AVAIL) + in VirtqSize()176 base = ALIGN(base + sizeof(struct VirtqDesc) * qsz, VIRTQ_ALIGN_AVAIL); in CalculateQueueAddr()
76 #define VIRTQ_ALIGN_AVAIL 2 macro
60 ALIGN(sizeof(struct VirtqDesc) * qsz, VIRTQ_ALIGN_AVAIL) + in VirtqSize()168 base = ALIGN(base + sizeof(struct VirtqDesc) * qsz, VIRTQ_ALIGN_AVAIL); in CalculateQueueAddr()
63 #define VIRTQ_ALIGN_AVAIL 2 macro