Lines Matching refs:nbpf_desc
136 struct nbpf_desc;
141 struct nbpf_desc *desc;
153 struct nbpf_desc { struct
165 (sizeof(struct nbpf_desc) + \ argument
172 struct nbpf_desc desc[NBPF_DESCS_PER_PAGE];
221 struct nbpf_desc *running;
381 static int nbpf_start(struct nbpf_desc *desc) in nbpf_start()
480 struct nbpf_desc *desc = ldesc->desc; in nbpf_prep_one()
585 struct nbpf_desc *desc = list_first_entry(&chan->active, in nbpf_issue_pending()
586 struct nbpf_desc, node); in nbpf_issue_pending()
613 struct nbpf_desc *desc; in nbpf_tx_status()
644 struct nbpf_desc *desc = container_of(tx, struct nbpf_desc, async_tx); in nbpf_tx_submit()
665 struct nbpf_desc *desc; in nbpf_desc_page_alloc()
712 static void nbpf_desc_put(struct nbpf_desc *desc) in nbpf_desc_put()
728 struct nbpf_desc *desc, *tmp; in nbpf_scan_acked()
752 static struct nbpf_desc *nbpf_desc_get(struct nbpf_channel *chan, size_t len) in nbpf_desc_get()
754 struct nbpf_desc *desc = NULL; in nbpf_desc_get()
773 desc = list_first_entry(&chan->free, struct nbpf_desc, node); in nbpf_desc_get()
811 struct nbpf_desc *desc, *tmp; in nbpf_chan_idle()
896 struct nbpf_desc *desc; in nbpf_prep_sg()
1103 struct nbpf_desc *desc, *tmp; in nbpf_chan_tasklet()
1171 struct nbpf_desc *desc; in nbpf_chan_irq()
1197 struct nbpf_desc, node); in nbpf_chan_irq()