Lines Matching refs:rsxx_dma_ctrl
210 static void rsxx_free_dma(struct rsxx_dma_ctrl *ctrl, struct rsxx_dma *dma) in rsxx_free_dma()
225 static void rsxx_complete_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_complete_dma()
242 int rsxx_cleanup_dma_queue(struct rsxx_dma_ctrl *ctrl, in rsxx_cleanup_dma_queue()
261 static void rsxx_requeue_dma(struct rsxx_dma_ctrl *ctrl, in rsxx_requeue_dma()
274 static void rsxx_handle_dma_error(struct rsxx_dma_ctrl *ctrl, in rsxx_handle_dma_error()
345 struct rsxx_dma_ctrl *ctrl = from_timer(ctrl, t, activity_timer); in dma_engine_stalled()
382 static void rsxx_issue_dmas(struct rsxx_dma_ctrl *ctrl) in rsxx_issue_dmas()
494 static void rsxx_dma_done(struct rsxx_dma_ctrl *ctrl) in rsxx_dma_done()
580 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_issue()
582 ctrl = container_of(work, struct rsxx_dma_ctrl, issue_dma_work); in rsxx_schedule_issue()
591 struct rsxx_dma_ctrl *ctrl; in rsxx_schedule_done()
593 ctrl = container_of(work, struct rsxx_dma_ctrl, dma_done_work); in rsxx_schedule_done()
763 int rsxx_hw_buffers_init(struct pci_dev *dev, struct rsxx_dma_ctrl *ctrl) in rsxx_hw_buffers_init()
804 struct rsxx_dma_ctrl *ctrl) in rsxx_dma_ctrl_init()
935 struct rsxx_dma_ctrl *ctrl = &card->ctrl[i]; in rsxx_dma_setup()
962 int rsxx_dma_cancel(struct rsxx_dma_ctrl *ctrl) in rsxx_dma_cancel()
984 struct rsxx_dma_ctrl *ctrl; in rsxx_dma_destroy()