Lines Matching refs:sba_request

86 	container_of(tx, struct sba_request, tx)
102 struct sba_request { struct
108 struct sba_request *first; argument
195 static struct sba_request *sba_alloc_request(struct sba_device *sba) in sba_alloc_request()
199 struct sba_request *req = NULL; in sba_alloc_request()
235 struct sba_request *req) in _sba_pending_request()
247 struct sba_request *req) in _sba_active_request()
264 struct sba_request *req) in _sba_abort_request()
276 struct sba_request *req) in _sba_free_request()
286 static void sba_free_chained_requests(struct sba_request *req) in sba_free_chained_requests()
289 struct sba_request *nreq; in sba_free_chained_requests()
301 static void sba_chain_request(struct sba_request *first, in sba_chain_request()
302 struct sba_request *req) in sba_chain_request()
319 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests()
342 struct sba_request *req, *req1; in sba_cleanup_pending_requests()
354 struct sba_request *req) in sba_send_mbox_request()
383 struct sba_request *req; in _sba_process_pending_requests()
390 struct sba_request, node); in _sba_process_pending_requests()
408 struct sba_request *req) in sba_process_received_request()
412 struct sba_request *nreq, *first = req->first; in sba_process_received_request()
452 struct sba_request *req; in sba_write_stats_in_seqfile()
520 struct sba_request *req, *nreq; in sba_tx_submit()
555 static void sba_fillup_interrupt_msg(struct sba_request *req, in sba_fillup_interrupt_msg()
617 struct sba_request *req = NULL; in sba_prep_dma_interrupt()
641 static void sba_fillup_memcpy_msg(struct sba_request *req, in sba_fillup_memcpy_msg()
702 static struct sba_request *
707 struct sba_request *req = NULL; in sba_prep_dma_memcpy_req()
734 struct sba_request *first = NULL, *req; in sba_prep_dma_memcpy()
760 static void sba_fillup_xor_msg(struct sba_request *req, in sba_fillup_xor_msg()
841 static struct sba_request *
846 struct sba_request *req = NULL; in sba_prep_dma_xor_req()
873 struct sba_request *first = NULL, *req; in sba_prep_dma_xor()
903 static void sba_fillup_pq_msg(struct sba_request *req, in sba_fillup_pq_msg()
1052 static struct sba_request *
1057 struct sba_request *req = NULL; in sba_prep_dma_pq_req()
1078 static void sba_fillup_pq_single_msg(struct sba_request *req, in sba_fillup_pq_single_msg()
1306 static struct sba_request *
1312 struct sba_request *req = NULL; in sba_prep_dma_pq_single_req()
1343 struct sba_request *first = NULL, *req; in sba_prep_dma_pq()
1437 struct sba_request *req = m->ctx; in sba_receive_message()
1466 struct sba_request *req = NULL; in sba_prealloc_channel_resources()