Lines Matching defs:nbpf_desc
132 struct nbpf_desc;
137 struct nbpf_desc *desc;
142 * struct nbpf_desc - DMA transfer descriptor
150 struct nbpf_desc {
162 (sizeof(struct nbpf_desc) + \
169 struct nbpf_desc desc[NBPF_DESCS_PER_PAGE];
224 struct nbpf_desc *running;
387 static int nbpf_start(struct nbpf_desc *desc)
510 struct nbpf_desc *desc = ldesc->desc;
615 struct nbpf_desc *desc = list_first_entry(&chan->active,
616 struct nbpf_desc, node);
643 struct nbpf_desc *desc;
674 struct nbpf_desc *desc = container_of(tx, struct nbpf_desc, async_tx);
695 struct nbpf_desc *desc;
742 static void nbpf_desc_put(struct nbpf_desc *desc)
758 struct nbpf_desc *desc, *tmp;
782 static struct nbpf_desc *nbpf_desc_get(struct nbpf_channel *chan, size_t len)
784 struct nbpf_desc *desc = NULL;
803 desc = list_first_entry(&chan->free, struct nbpf_desc, node);
841 struct nbpf_desc *desc, *tmp;
926 struct nbpf_desc *desc;
1118 struct nbpf_desc *desc, *tmp;
1183 struct nbpf_desc *desc;
1209 struct nbpf_desc, node);