Home
last modified time | relevance | path

Searched refs:xdma_request (Results 1 – 10 of 10) sorted by relevance

/src/sys/dev/xdma/
H A Dxdma_bank.c48 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 Dxdma.h101 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 Dxdma_mbuf.c55 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 Dxdma_sg.c70 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 Dxdma_bio.c49 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 Dxdma_queue.c49 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 Dxdma_sglist.c70 uint32_t nsegs, struct xdma_request *xr) in xdma_sglist_add()
H A Dxdma_fdt_test.c82 struct xdma_request req;
242 err = xdma_request(sc->xchan, sc->src_phys, sc->dst_phys, sc->len); in xdmatest_test()
H A Dxdma.c278 xdma_request(xdma_channel_t *xchan, struct xdma_request *req) in xdma_request() function
H A Dxdma_if.m54 struct xdma_request *req; struct