Lines Matching refs:safexcel_ring
96 safexcel_next_request(struct safexcel_ring *ring) in safexcel_next_request()
131 safexcel_alloc_request(struct safexcel_softc *sc, struct safexcel_ring *ring) in safexcel_alloc_request()
144 safexcel_free_request(struct safexcel_ring *ring, struct safexcel_request *req) in safexcel_free_request()
167 struct safexcel_ring *ring; in safexcel_rdr_intr()
553 struct safexcel_ring *ring; in safexcel_hw_setup_rings()
748 safexcel_execute(struct safexcel_softc *sc, struct safexcel_ring *ring, in safexcel_execute()
789 struct safexcel_ring *ring; in safexcel_init_rings()
890 struct safexcel_ring *ring; in safexcel_dma_free_rings()
906 struct safexcel_ring *ring; in safexcel_dma_init()
1161 struct safexcel_ring *ring; in safexcel_attach()
1249 struct safexcel_ring *ring; in safexcel_detach()
1980 safexcel_res_descr_add(struct safexcel_ring *ring, bool first, bool last, in safexcel_res_descr_add()
2016 safexcel_cmd_descr_add(struct safexcel_ring *ring, bool first, bool last, in safexcel_cmd_descr_add()
2056 safexcel_cmd_descr_rollback(struct safexcel_ring *ring, int count) in safexcel_cmd_descr_rollback()
2069 safexcel_res_descr_rollback(struct safexcel_ring *ring, int count) in safexcel_res_descr_rollback()
2114 struct safexcel_ring *ring; in safexcel_create_chain_cb()
2227 safexcel_create_chain(struct safexcel_ring *ring, struct safexcel_request *req) in safexcel_create_chain()
2523 struct safexcel_ring *ring; in safexcel_process()