Symbol: xdma_request
sys/dev/xdma/xdma.c
278
xdma_request(xdma_channel_t *xchan, struct xdma_request *req)
sys/dev/xdma/xdma.h
115
TAILQ_ENTRY(xdma_request) xr_next;
sys/dev/xdma/xdma.h
170
struct xdma_request *xr_mem;
sys/dev/xdma/xdma.h
183
TAILQ_HEAD(, xdma_request) bank;
sys/dev/xdma/xdma.h
184
TAILQ_HEAD(, xdma_request) queue_in;
sys/dev/xdma/xdma.h
185
TAILQ_HEAD(, xdma_request) queue_out;
sys/dev/xdma/xdma.h
186
TAILQ_HEAD(, xdma_request) processing;
sys/dev/xdma/xdma.h
245
int xdma_request(xdma_channel_t *xchan, struct xdma_request *r);
sys/dev/xdma/xdma.h
271
uint32_t xdma_mbuf_defrag(xdma_channel_t *xchan, struct xdma_request *xr);
sys/dev/xdma/xdma.h
288
uint32_t nsegs, struct xdma_request *xr);
sys/dev/xdma/xdma.h
293
struct xdma_request * xchan_bank_get(xdma_channel_t *xchan);
sys/dev/xdma/xdma.h
294
int xchan_bank_put(xdma_channel_t *xchan, struct xdma_request *xr);
sys/dev/xdma/xdma_bank.c
48
struct xdma_request *xr;
sys/dev/xdma/xdma_bank.c
53
xchan->xr_mem = malloc(sizeof(struct xdma_request) * xchan->xr_num,
sys/dev/xdma/xdma_bank.c
71
struct xdma_request *
sys/dev/xdma/xdma_bank.c
74
struct xdma_request *xr;
sys/dev/xdma/xdma_bank.c
75
struct xdma_request *xr_tmp;
sys/dev/xdma/xdma_bank.c
88
xchan_bank_put(xdma_channel_t *xchan, struct xdma_request *xr)
sys/dev/xdma/xdma_bio.c
49
struct xdma_request *xr_tmp;
sys/dev/xdma/xdma_bio.c
50
struct xdma_request *xr;
sys/dev/xdma/xdma_bio.c
77
struct xdma_request *xr;
sys/dev/xdma/xdma_fdt_test.c
242
err = xdma_request(sc->xchan, sc->src_phys, sc->dst_phys, sc->len);
sys/dev/xdma/xdma_fdt_test.c
82
struct xdma_request req;
sys/dev/xdma/xdma_mbuf.c
123
xdma_mbuf_defrag(xdma_channel_t *xchan, struct xdma_request *xr)
sys/dev/xdma/xdma_mbuf.c
55
struct xdma_request *xr;
sys/dev/xdma/xdma_mbuf.c
56
struct xdma_request *xr_tmp;
sys/dev/xdma/xdma_mbuf.c
82
struct xdma_request *xr;
sys/dev/xdma/xdma_queue.c
49
struct xdma_request *xr_tmp;
sys/dev/xdma/xdma_queue.c
50
struct xdma_request *xr;
sys/dev/xdma/xdma_queue.c
76
struct xdma_request *xr;
sys/dev/xdma/xdma_sg.c
134
struct xdma_request *xr;
sys/dev/xdma/xdma_sg.c
210
struct xdma_request *xr;
sys/dev/xdma/xdma_sg.c
324
struct xdma_request *xr;
sys/dev/xdma/xdma_sg.c
394
_xdma_load_data_busdma(xdma_channel_t *xchan, struct xdma_request *xr,
sys/dev/xdma/xdma_sg.c
482
_xdma_load_data(xdma_channel_t *xchan, struct xdma_request *xr,
sys/dev/xdma/xdma_sg.c
541
struct xdma_request *xr, struct bus_dma_segment *seg)
sys/dev/xdma/xdma_sg.c
565
struct xdma_request *xr;
sys/dev/xdma/xdma_sg.c
566
struct xdma_request *xr_tmp;
sys/dev/xdma/xdma_sg.c
70
struct xdma_request *xr;
sys/dev/xdma/xdma_sg.c
94
struct xdma_request *xr;
sys/dev/xdma/xdma_sglist.c
70
uint32_t nsegs, struct xdma_request *xr)