Lines Matching refs:gpd_current
423 struct qmu_gpd *gpd_current = NULL;
434 gpd_current = gpd_dma_to_virt(ring, cur_gpd_dma);
436 if (GPD_DATA_LEN(mtu, le32_to_cpu(gpd_current->dw3_info)) != 0) {
442 trace_mtu3_zlp_exp_gpd(mep, gpd_current);
456 gpd_current->dw0_info |= cpu_to_le32(GPD_FLAGS_BPS | GPD_FLAGS_HWO);
476 struct qmu_gpd *gpd_current = NULL;
483 gpd_current = gpd_dma_to_virt(ring, cur_gpd_dma);
486 __func__, epnum, gpd, gpd_current, ring->enqueue);
488 while (gpd && gpd != gpd_current && !GET_GPD_HWO(gpd)) {
516 struct qmu_gpd *gpd_current = NULL;
522 gpd_current = gpd_dma_to_virt(ring, cur_gpd_dma);
525 __func__, epnum, gpd, gpd_current, ring->enqueue);
527 while (gpd && gpd != gpd_current && !GET_GPD_HWO(gpd)) {