Lines Matching refs:trb_pool
189 u32 offset = (char *)trb - (char *)priv_ep->trb_pool; in cdns3_trb_virt_to_dma()
198 if (priv_ep->trb_pool) { in cdns3_free_trb_pool()
200 priv_ep->trb_pool, priv_ep->trb_pool_dma); in cdns3_free_trb_pool()
201 priv_ep->trb_pool = NULL; in cdns3_free_trb_pool()
218 if (priv_ep->trb_pool && priv_ep->alloc_ring_size < ring_size) in cdns3_allocate_trb_pool()
221 if (!priv_ep->trb_pool) { in cdns3_allocate_trb_pool()
222 priv_ep->trb_pool = dma_pool_alloc(priv_dev->eps_dma_pool, in cdns3_allocate_trb_pool()
226 if (!priv_ep->trb_pool) in cdns3_allocate_trb_pool()
232 memset(priv_ep->trb_pool, 0, ring_size); in cdns3_allocate_trb_pool()
240 link_trb = (priv_ep->trb_pool + (priv_ep->num_trbs - 1)); in cdns3_allocate_trb_pool()
1023 trb = priv_ep->trb_pool + priv_ep->enqueue; in cdns3_ep_run_stream_transfer()
1162 trb = priv_ep->trb_pool + priv_ep->enqueue; in cdns3_ep_run_transfer()
1183 link_trb = priv_ep->trb_pool + (priv_ep->num_trbs - 1); in cdns3_ep_run_transfer()
1274 trb = priv_ep->trb_pool + priv_ep->enqueue; in cdns3_ep_run_transfer()
1321 trb = priv_ep->trb_pool; in cdns3_ep_run_transfer()
1472 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_trb_handled()
1518 trb = priv_ep->trb_pool + priv_ep->dequeue; in cdns3_transfer_completed()
1537 trb = priv_ep->trb_pool + priv_ep->dequeue; in cdns3_transfer_completed()
1568 trb = priv_ep->trb_pool; in cdns3_transfer_completed()