Lines Matching refs:sba_request
94 container_of(tx, struct sba_request, tx)
110 struct sba_request { struct
116 struct sba_request *first; argument
204 static struct sba_request *sba_alloc_request(struct sba_device *sba) in sba_alloc_request()
208 struct sba_request *req = NULL; in sba_alloc_request()
244 struct sba_request *req) in _sba_pending_request()
256 struct sba_request *req) in _sba_active_request()
273 struct sba_request *req) in _sba_abort_request()
285 struct sba_request *req) in _sba_free_request()
295 static void sba_free_chained_requests(struct sba_request *req) in sba_free_chained_requests()
298 struct sba_request *nreq; in sba_free_chained_requests()
310 static void sba_chain_request(struct sba_request *first, in sba_chain_request()
311 struct sba_request *req) in sba_chain_request()
328 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests()
351 struct sba_request *req, *req1; in sba_cleanup_pending_requests()
363 struct sba_request *req) in sba_send_mbox_request()
392 struct sba_request *req; in _sba_process_pending_requests()
399 struct sba_request, node); in _sba_process_pending_requests()
417 struct sba_request *req) in sba_process_received_request()
421 struct sba_request *nreq, *first = req->first; in sba_process_received_request()
461 struct sba_request *req; in sba_write_stats_in_seqfile()
529 struct sba_request *req, *nreq; in sba_tx_submit()
564 static void sba_fillup_interrupt_msg(struct sba_request *req, in sba_fillup_interrupt_msg()
626 struct sba_request *req = NULL; in sba_prep_dma_interrupt()
650 static void sba_fillup_memcpy_msg(struct sba_request *req, in sba_fillup_memcpy_msg()
711 static struct sba_request *
716 struct sba_request *req = NULL; in sba_prep_dma_memcpy_req()
743 struct sba_request *first = NULL, *req; in sba_prep_dma_memcpy()
769 static void sba_fillup_xor_msg(struct sba_request *req, in sba_fillup_xor_msg()
850 static struct sba_request *
855 struct sba_request *req = NULL; in sba_prep_dma_xor_req()
882 struct sba_request *first = NULL, *req; in sba_prep_dma_xor()
912 static void sba_fillup_pq_msg(struct sba_request *req, in sba_fillup_pq_msg()
1061 static struct sba_request *
1066 struct sba_request *req = NULL; in sba_prep_dma_pq_req()
1087 static void sba_fillup_pq_single_msg(struct sba_request *req, in sba_fillup_pq_single_msg()
1315 static struct sba_request *
1321 struct sba_request *req = NULL; in sba_prep_dma_pq_single_req()
1352 struct sba_request *first = NULL, *req; in sba_prep_dma_pq()
1446 struct sba_request *req = m->ctx; in sba_receive_message()
1476 struct sba_request *req = NULL; in sba_prealloc_channel_resources()