Home
last modified time | relevance | path

Searched refs:sch_mode (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_udma_config.h132 enum al_udma_sch_mode sch_mode; /* Scheduling mode member
158 enum al_udma_sch_mode sch_mode; /* Scheduling mode * member
268 enum al_udma_sch_mode sch_mode; /* Scheduling Mode */ member
294 enum al_udma_sch_mode sch_mode; /* Scheduling mode member
H A Dal_hal_udma_config.c356 if (conf->sch_mode == SRR) in al_udma_m2s_pref_set()
358 else if (conf->sch_mode == STRICT) in al_udma_m2s_pref_set()
414 conf->sch_mode = SRR; in al_udma_m2s_pref_get()
416 conf->sch_mode = STRICT; in al_udma_m2s_pref_get()
525 if (conf->sch_mode == SRR) in al_udma_s2m_pref_set()
527 else if (conf->sch_mode == STRICT) in al_udma_s2m_pref_set()
898 if (conf->sch_mode == SRR) in al_udma_m2s_comp_timeouts_set()
900 else if (conf->sch_mode == STRICT) in al_udma_m2s_comp_timeouts_set()
905 udma->name, conf->sch_mode); in al_udma_m2s_comp_timeouts_set()
937 conf->sch_mode = SRR; in al_udma_m2s_comp_timeouts_get()
[all …]