Lines Matching refs:sba_request

84 	container_of(tx, struct sba_request, tx)
100 struct sba_request { struct
106 struct sba_request *first; argument
193 static struct sba_request *sba_alloc_request(struct sba_device *sba) in sba_alloc_request()
197 struct sba_request *req = NULL; in sba_alloc_request()
233 struct sba_request *req) in _sba_pending_request()
245 struct sba_request *req) in _sba_active_request()
262 struct sba_request *req) in _sba_abort_request()
274 struct sba_request *req) in _sba_free_request()
284 static void sba_free_chained_requests(struct sba_request *req) in sba_free_chained_requests()
287 struct sba_request *nreq; in sba_free_chained_requests()
299 static void sba_chain_request(struct sba_request *first, in sba_chain_request()
300 struct sba_request *req) in sba_chain_request()
317 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests()
340 struct sba_request *req, *req1; in sba_cleanup_pending_requests()
352 struct sba_request *req) in sba_send_mbox_request()
381 struct sba_request *req; in _sba_process_pending_requests()
388 struct sba_request, node); in _sba_process_pending_requests()
406 struct sba_request *req) in sba_process_received_request()
410 struct sba_request *nreq, *first = req->first; in sba_process_received_request()
450 struct sba_request *req; in sba_write_stats_in_seqfile()
518 struct sba_request *req, *nreq; in sba_tx_submit()
553 static void sba_fillup_interrupt_msg(struct sba_request *req, in sba_fillup_interrupt_msg()
615 struct sba_request *req = NULL; in sba_prep_dma_interrupt()
639 static void sba_fillup_memcpy_msg(struct sba_request *req, in sba_fillup_memcpy_msg()
700 static struct sba_request *
705 struct sba_request *req = NULL; in sba_prep_dma_memcpy_req()
732 struct sba_request *first = NULL, *req; in sba_prep_dma_memcpy()
758 static void sba_fillup_xor_msg(struct sba_request *req, in sba_fillup_xor_msg()
839 static struct sba_request *
844 struct sba_request *req = NULL; in sba_prep_dma_xor_req()
871 struct sba_request *first = NULL, *req; in sba_prep_dma_xor()
901 static void sba_fillup_pq_msg(struct sba_request *req, in sba_fillup_pq_msg()
1050 static struct sba_request *
1055 struct sba_request *req = NULL; in sba_prep_dma_pq_req()
1076 static void sba_fillup_pq_single_msg(struct sba_request *req, in sba_fillup_pq_single_msg()
1304 static struct sba_request *
1310 struct sba_request *req = NULL; in sba_prep_dma_pq_single_req()
1341 struct sba_request *first = NULL, *req; in sba_prep_dma_pq()
1435 struct sba_request *req = m->ctx; in sba_receive_message()
1464 struct sba_request *req = NULL; in sba_prealloc_channel_resources()