Searched refs:sfl_list (Results 1 – 3 of 3) sorted by relevance
2239 ASSERT(!list_is_empty(&sc->sfl_list)); in t4_sfl_reschedule()2254 struct sge_fl *fl = list_head(&sc->sfl_list); in t4_sfl_process()2256 struct sge_fl *next = list_next(&sc->sfl_list, fl); in t4_sfl_process()2261 list_remove(&sc->sfl_list, fl); in t4_sfl_process()2268 if (!list_is_empty(&sc->sfl_list)) { in t4_sfl_process()2280 const bool was_empty = list_is_empty(&sc->sfl_list); in t4_sfl_enqueue()2283 list_insert_tail(&sc->sfl_list, fl); in t4_sfl_enqueue()
796 list_t sfl_list; member
672 list_create(&sc->sfl_list, sizeof (struct sge_fl), in t4_devo_attach()