Lines Matching refs:rsxx_dma_ctrl
207 static void rsxx_free_dma(struct rsxx_dma_ctrl *ctrl, struct rsxx_dma *dma) in rsxx_free_dma()
222 static void rsxx_complete_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_complete_dma()
239 int rsxx_cleanup_dma_queue(struct rsxx_dma_ctrl *ctrl, in rsxx_cleanup_dma_queue()
258 static void rsxx_requeue_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_requeue_dma()
271 static void rsxx_handle_dma_error(struct rsxx_dma_ctrl *ctrl, in rsxx_handle_dma_error()
342 struct rsxx_dma_ctrl *ctrl = from_timer(ctrl, t, activity_timer); in dma_engine_stalled()
379 static void rsxx_issue_dmas(struct rsxx_dma_ctrl *ctrl) in rsxx_issue_dmas()
491 static void rsxx_dma_done(struct rsxx_dma_ctrl *ctrl) in rsxx_dma_done()
577 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_issue()
579 ctrl = container_of(work, struct rsxx_dma_ctrl, issue_dma_work); in rsxx_schedule_issue()
588 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_done()
590 ctrl = container_of(work, struct rsxx_dma_ctrl, dma_done_work); in rsxx_schedule_done()
760 int rsxx_hw_buffers_init(struct pci_dev *dev, struct rsxx_dma_ctrl *ctrl) in rsxx_hw_buffers_init()
801 struct rsxx_dma_ctrl *ctrl) in rsxx_dma_ctrl_init()
933 struct rsxx_dma_ctrl *ctrl = &card->ctrl[i]; in rsxx_dma_setup()
959 int rsxx_dma_cancel(struct rsxx_dma_ctrl *ctrl) in rsxx_dma_cancel()
981 struct rsxx_dma_ctrl *ctrl; in rsxx_dma_destroy()