Home
last modified time | relevance | path

Searched refs:sfl_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2239 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()
H A Dadapter.h796 list_t sfl_list; member
H A Dt4_nexus.c672 list_create(&sc->sfl_list, sizeof (struct sge_fl), in t4_devo_attach()