Lines Matching full:gpd
147 * General Purpose Descriptor (GPD):
148 * The format of TX GPD is a little different from RX one.
149 * And the size of GPD is 16 bytes.
154 * bit2: Bypass (BPS), 1: HW skips this GPD if HWO = 1
162 * @next_gpd: Physical address of the next GPD
181 * dma: physical base address of GPD segment
182 * start: virtual base address of GPD segment
183 * end: the last GPD element
184 * enqueue: the first empty GPD to use
185 * dequeue: the first completed GPD serviced by ISR
186 * NOTE: the size of GPD ring should be >= 2
300 struct qmu_gpd *gpd; member