Lines Matching defs:nbpf_desc
133 struct nbpf_desc;
138 struct nbpf_desc *desc;
143 * struct nbpf_desc - DMA transfer descriptor
151 struct nbpf_desc {
163 (sizeof(struct nbpf_desc) + \
170 struct nbpf_desc desc[NBPF_DESCS_PER_PAGE];
225 struct nbpf_desc *running;
388 static int nbpf_start(struct nbpf_desc *desc)
511 struct nbpf_desc *desc = ldesc->desc;
616 struct nbpf_desc *desc = list_first_entry(&chan->active,
617 struct nbpf_desc, node);
644 struct nbpf_desc *desc;
675 struct nbpf_desc *desc = container_of(tx, struct nbpf_desc, async_tx);
696 struct nbpf_desc *desc;
743 static void nbpf_desc_put(struct nbpf_desc *desc)
759 struct nbpf_desc *desc, *tmp;
783 static struct nbpf_desc *nbpf_desc_get(struct nbpf_channel *chan, size_t len)
785 struct nbpf_desc *desc = NULL;
804 desc = list_first_entry(&chan->free, struct nbpf_desc, node);
842 struct nbpf_desc *desc, *tmp;
927 struct nbpf_desc *desc;
1119 struct nbpf_desc *desc, *tmp;
1184 struct nbpf_desc *desc;
1210 struct nbpf_desc, node);