Home
last modified time | relevance | path

Searched refs:axidma_desc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xilinx/
H A Daxidma.c89 struct axidma_desc **descs;
106 struct axidma_desc desc;
144 struct axidma_desc *desc; in axidma_intr()
343 chan->descs = malloc(nsegments * sizeof(struct axidma_desc *), in axidma_desc_alloc()
366 chan->descs[i] = (struct axidma_desc *) in axidma_desc_alloc()
454 struct axidma_desc *desc; in axidma_channel_submit_sg()
521 struct axidma_desc *desc; in axidma_channel_prep_sg()
536 ret = axidma_desc_alloc(sc, xchan, sizeof(struct axidma_desc)); in axidma_channel_prep_sg()
545 bzero(desc, sizeof(struct axidma_desc)); in axidma_channel_prep_sg()
H A Daxidma.h66 struct axidma_desc { struct