Lines Matching refs:sba_request
94 container_of(tx, struct sba_request, tx)
110 struct sba_request { struct
116 struct sba_request *first; argument
203 static struct sba_request *sba_alloc_request(struct sba_device *sba) in sba_alloc_request()
207 struct sba_request *req = NULL; in sba_alloc_request()
243 struct sba_request *req) in _sba_pending_request()
255 struct sba_request *req) in _sba_active_request()
272 struct sba_request *req) in _sba_abort_request()
284 struct sba_request *req) in _sba_free_request()
294 static void sba_free_chained_requests(struct sba_request *req) in sba_free_chained_requests()
297 struct sba_request *nreq; in sba_free_chained_requests()
309 static void sba_chain_request(struct sba_request *first, in sba_chain_request()
310 struct sba_request *req) in sba_chain_request()
327 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests()
350 struct sba_request *req, *req1; in sba_cleanup_pending_requests()
362 struct sba_request *req) in sba_send_mbox_request()
391 struct sba_request *req; in _sba_process_pending_requests()
398 struct sba_request, node); in _sba_process_pending_requests()
416 struct sba_request *req) in sba_process_received_request()
420 struct sba_request *nreq, *first = req->first; in sba_process_received_request()
460 struct sba_request *req; in sba_write_stats_in_seqfile()
528 struct sba_request *req, *nreq; in sba_tx_submit()
563 static void sba_fillup_interrupt_msg(struct sba_request *req, in sba_fillup_interrupt_msg()
625 struct sba_request *req = NULL; in sba_prep_dma_interrupt()
649 static void sba_fillup_memcpy_msg(struct sba_request *req, in sba_fillup_memcpy_msg()
710 static struct sba_request *
715 struct sba_request *req = NULL; in sba_prep_dma_memcpy_req()
742 struct sba_request *first = NULL, *req; in sba_prep_dma_memcpy()
768 static void sba_fillup_xor_msg(struct sba_request *req, in sba_fillup_xor_msg()
849 static struct sba_request *
854 struct sba_request *req = NULL; in sba_prep_dma_xor_req()
881 struct sba_request *first = NULL, *req; in sba_prep_dma_xor()
911 static void sba_fillup_pq_msg(struct sba_request *req, in sba_fillup_pq_msg()
1060 static struct sba_request *
1065 struct sba_request *req = NULL; in sba_prep_dma_pq_req()
1086 static void sba_fillup_pq_single_msg(struct sba_request *req, in sba_fillup_pq_single_msg()
1314 static struct sba_request *
1320 struct sba_request *req = NULL; in sba_prep_dma_pq_single_req()
1351 struct sba_request *first = NULL, *req; in sba_prep_dma_pq()
1445 struct sba_request *req = m->ctx; in sba_receive_message()
1474 struct sba_request *req = NULL; in sba_prealloc_channel_resources()