Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_conf

336 			if (nsc->sc_conf.nd_completed_cb)
337 (*nsc->sc_conf.nd_completed_cb)(
338 stat->nd_map_cont, nsc->sc_conf.nd_cb_arg);
343 if (nsc->sc_conf.nd_shutdown_cb)
344 (*nsc->sc_conf.nd_shutdown_cb)(nsc->sc_conf.nd_cb_arg);
373 if (nsc->sc_conf.nd_continue_cb != NULL) {
374 stat->nd_map_cont = (*nsc->sc_conf.nd_continue_cb)
375 (nsc->sc_conf.nd_cb_arg);
538 return esp_dma_int(nsc->sc_conf.nd_cb_arg);
714 if (nsc->sc_conf.nd_completed_cb)
715 (*nsc->sc_conf.nd_completed_cb)(stat->nd_map,
716 nsc->sc_conf.nd_cb_arg);
761 if (nsc->sc_conf.nd_completed_cb != NULL)
762 (*nsc->sc_conf.nd_completed_cb)(
763 stat->nd_map_cont, nsc->sc_conf.nd_cb_arg);
768 if (nsc->sc_conf.nd_shutdown_cb != NULL)
769 (*nsc->sc_conf.nd_shutdown_cb)(nsc->sc_conf.nd_cb_arg);