Searched refs:qmu_gpd (Results 1 – 3 of 3) sorted by relevance
59 struct qmu_gpd *gpd_head = ring->start; in gpd_dma_to_virt()69 struct qmu_gpd *gpd) in gpd_virt_to_dma()93 struct qmu_gpd *gpd = ring->start; in reset_gpd_list()104 struct qmu_gpd *gpd; in mtu3_gpd_ring_alloc()164 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty()165 struct qmu_gpd *next; in gpd_ring_empty()183 struct qmu_gpd *enq; in mtu3_prepare_tx_gpd()185 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_tx_gpd()220 struct qmu_gpd *enq; in mtu3_prepare_rx_gpd()222 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_rx_gpd()[all …]
220 struct qmu_gpd { struct241 struct qmu_gpd *start; argument242 struct qmu_gpd *end;243 struct qmu_gpd *enqueue;244 struct qmu_gpd *dequeue;278 struct qmu_gpd *gpd;
14 #define QMU_GPD_SIZE (sizeof(struct qmu_gpd))
Completed in 6 milliseconds