Lines Matching refs:nbpf_desc
133 struct nbpf_desc;
138 struct nbpf_desc *desc;
150 struct nbpf_desc { struct
162 (sizeof(struct nbpf_desc) + \ argument
169 struct nbpf_desc desc[NBPF_DESCS_PER_PAGE];
218 struct nbpf_desc *running;
381 static int nbpf_start(struct nbpf_desc *desc) in nbpf_start()
504 struct nbpf_desc *desc = ldesc->desc; in nbpf_prep_one()
609 struct nbpf_desc *desc = list_first_entry(&chan->active, in nbpf_issue_pending()
610 struct nbpf_desc, node); in nbpf_issue_pending()
637 struct nbpf_desc *desc; in nbpf_tx_status()
668 struct nbpf_desc *desc = container_of(tx, struct nbpf_desc, async_tx); in nbpf_tx_submit()
689 struct nbpf_desc *desc; in nbpf_desc_page_alloc()
736 static void nbpf_desc_put(struct nbpf_desc *desc) in nbpf_desc_put()
752 struct nbpf_desc *desc, *tmp; in nbpf_scan_acked()
776 static struct nbpf_desc *nbpf_desc_get(struct nbpf_channel *chan, size_t len) in nbpf_desc_get()
778 struct nbpf_desc *desc = NULL; in nbpf_desc_get()
797 desc = list_first_entry(&chan->free, struct nbpf_desc, node); in nbpf_desc_get()
835 struct nbpf_desc *desc, *tmp; in nbpf_chan_idle()
920 struct nbpf_desc *desc; in nbpf_prep_sg()
1112 struct nbpf_desc *desc, *tmp; in nbpf_chan_tasklet()
1177 struct nbpf_desc *desc; in nbpf_chan_irq()
1203 struct nbpf_desc, node); in nbpf_chan_irq()