Searched refs:cohd_fin (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dcoh901318.c678 struct coh901318_desc *cohd_fin; local
690 cohd_fin = coh901318_first_active_get(cohc);
692 if (cohd_fin == NULL)
696 callback = cohd_fin->desc.callback;
697 callback_param = cohd_fin->desc.callback_param;
700 cohc->completed = cohd_fin->desc.cookie;
703 coh901318_lli_free(&cohc->base->pool, &cohd_fin->lli);
706 coh901318_desc_remove(cohd_fin);
707 coh901318_desc_free(cohc, cohd_fin);

Completed in 106 milliseconds