Searched refs:xdma_request (Results 1 – 10 of 10) sorted by relevance
| /src/sys/dev/xdma/ |
| H A D | xdma_bank.c | 48 struct xdma_request *xr; in xchan_bank_init() 53 xchan->xr_mem = malloc(sizeof(struct xdma_request) * xchan->xr_num, in xchan_bank_init() 71 struct xdma_request * 74 struct xdma_request *xr; in xchan_bank_get() 75 struct xdma_request *xr_tmp; in xchan_bank_get() 88 xchan_bank_put(xdma_channel_t *xchan, struct xdma_request *xr) in xchan_bank_put()
|
| H A D | xdma.h | 101 struct xdma_request { struct 115 TAILQ_ENTRY(xdma_request) xr_next; argument 170 struct xdma_request *xr_mem; 183 TAILQ_HEAD(, xdma_request) bank; 184 TAILQ_HEAD(, xdma_request) queue_in; 185 TAILQ_HEAD(, xdma_request) queue_out; 186 TAILQ_HEAD(, xdma_request) processing; 245 int xdma_request(xdma_channel_t *xchan, struct xdma_request *r); 271 uint32_t xdma_mbuf_defrag(xdma_channel_t *xchan, struct xdma_request *xr); 288 uint32_t nsegs, struct xdma_request *xr); [all …]
|
| H A D | xdma_mbuf.c | 55 struct xdma_request *xr; in xdma_dequeue_mbuf() 56 struct xdma_request *xr_tmp; in xdma_dequeue_mbuf() 82 struct xdma_request *xr; in xdma_enqueue_mbuf() 123 xdma_mbuf_defrag(xdma_channel_t *xchan, struct xdma_request *xr) in xdma_mbuf_defrag()
|
| H A D | xdma_sg.c | 70 struct xdma_request *xr; in xchan_bufs_free_reserved() 94 struct xdma_request *xr; in xchan_bufs_alloc_reserved() 134 struct xdma_request *xr; in xchan_bufs_alloc_busdma() 210 struct xdma_request *xr; in xchan_bufs_free() 324 struct xdma_request *xr; in xchan_seg_done() 394 _xdma_load_data_busdma(xdma_channel_t *xchan, struct xdma_request *xr, in _xdma_load_data_busdma() 482 _xdma_load_data(xdma_channel_t *xchan, struct xdma_request *xr, in _xdma_load_data() 541 struct xdma_request *xr, struct bus_dma_segment *seg) in xdma_load_data() 565 struct xdma_request *xr; in xdma_process() 566 struct xdma_request *xr_tmp; in xdma_process()
|
| H A D | xdma_bio.c | 49 struct xdma_request *xr_tmp; in xdma_dequeue_bio() 50 struct xdma_request *xr; in xdma_dequeue_bio() 77 struct xdma_request *xr; in xdma_enqueue_bio()
|
| H A D | xdma_queue.c | 49 struct xdma_request *xr_tmp; in xdma_dequeue() 50 struct xdma_request *xr; in xdma_dequeue() 76 struct xdma_request *xr; in xdma_enqueue()
|
| H A D | xdma_sglist.c | 70 uint32_t nsegs, struct xdma_request *xr) in xdma_sglist_add()
|
| H A D | xdma_fdt_test.c | 82 struct xdma_request req; 242 err = xdma_request(sc->xchan, sc->src_phys, sc->dst_phys, sc->len); in xdmatest_test()
|
| H A D | xdma.c | 278 xdma_request(xdma_channel_t *xchan, struct xdma_request *req) in xdma_request() function
|
| H A D | xdma_if.m | 54 struct xdma_request *req; struct
|