Lines Matching full:gpd
143 * General Purpose Descriptor (GPD):
144 * The format of TX GPD is a little different from RX one.
145 * And the size of GPD is 16 bytes.
150 * bit2: Bypass (BPS), 1: HW skips this GPD if HWO = 1
158 * @next_gpd: Physical address of the next GPD
177 * dma: physical base address of GPD segment
178 * start: virtual base address of GPD segment
179 * end: the last GPD element
180 * enqueue: the first empty GPD to use
181 * dequeue: the first completed GPD serviced by ISR
182 * NOTE: the size of GPD ring should be >= 2
303 struct qmu_gpd *gpd; member