Searched refs:xdma_request (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/xdma/
H A Dxdma_bank.c48 struct xdma_request *xr;
55 xchan->xr_mem = malloc(sizeof(struct xdma_request) * xchan->xr_num,
73 struct xdma_request *
76 struct xdma_request *xr;
77 struct xdma_request *xr_tmp;
90 xchan_bank_put(xdma_channel_t *xchan, struct xdma_request *xr)
H A Dxdma.h95 struct xdma_request { struct
109 TAILQ_ENTRY(xdma_request) xr_next;
157 struct xdma_request *xr_mem;
170 TAILQ_HEAD(, xdma_request) bank;
171 TAILQ_HEAD(, xdma_request) queue_in;
172 TAILQ_HEAD(, xdma_request) queue_out;
173 TAILQ_HEAD(, xdma_request) processing;
223 int xdma_request(xdma_channel_t *xchan, struct xdma_request *r);
249 uint32_t xdma_mbuf_defrag(xdma_channel_t *xchan, struct xdma_request *x
[all...]
H A Dxdma_bio.c49 struct xdma_request *xr_tmp;
50 struct xdma_request *xr;
77 struct xdma_request *xr;
H A Dxdma_queue.c49 struct xdma_request *xr_tmp;
50 struct xdma_request *xr;
76 struct xdma_request *xr;
H A Dxdma_mbuf.c55 struct xdma_request *xr;
56 struct xdma_request *xr_tmp;
82 struct xdma_request *xr;
126 xdma_mbuf_defrag(xdma_channel_t *xchan, struct xdma_request *xr)
H A Dxdma_sg.c69 struct xdma_request *xr;
93 struct xdma_request *xr;
133 struct xdma_request *xr;
209 struct xdma_request *xr;
323 struct xdma_request *xr;
390 _xdma_load_data_busdma(xdma_channel_t *xchan, struct xdma_request *xr,
478 _xdma_load_data(xdma_channel_t *xchan, struct xdma_request *xr,
513 struct xdma_request *xr, struct bus_dma_segment *seg)
542 struct xdma_request *xr;
543 struct xdma_request *xr_tm
[all...]
H A Dxdma_sglist.c72 uint32_t nsegs, struct xdma_request *xr)
H A Dxdma_fdt_test.c85 struct xdma_request req;
245 err = xdma_request(sc->xchan, sc->src_phys, sc->dst_phys, sc->len);
H A Dxdma.c233 xdma_request(xdma_channel_t *xchan, struct xdma_request *req) function
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_pdma.c105 struct xdma_request *req;
125 struct xdma_request *req;
375 access_width(struct xdma_request *req, uint32_t *dcm, uint32_t *max_width)
427 pdma_channel_request(device_t dev, struct xdma_channel *xchan, struct xdma_request *req)
H A Djz4780_aic.c87 struct xdma_request req;
297 struct xdma_request *req;
347 err = xdma_request(sc->xchan, &sc->req);
/freebsd-12-stable/sys/dev/altera/softdma/
H A Dsoftdma.c794 struct xdma_request *req)

Completed in 174 milliseconds