Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c42 ECORE_LIST_INIT(&o->pending_comp); in ecore_exe_queue_init()
134 while (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) { in __ecore_exe_queue_reset_pending()
135 elem = ECORE_LIST_FIRST_ENTRY(&o->pending_comp, in __ecore_exe_queue_reset_pending()
138 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->pending_comp); in __ecore_exe_queue_reset_pending()
177 if (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) { in ecore_exe_queue_step()
201 ECORE_LIST_PUSH_TAIL(&spacer.link, &o->pending_comp); in ecore_exe_queue_step()
204 ECORE_LIST_PUSH_TAIL(&elem->link, &o->pending_comp); in ecore_exe_queue_step()
205 ECORE_LIST_REMOVE_ENTRY(&spacer.link, &o->pending_comp); in ecore_exe_queue_step()
214 rc = o->execute(sc, o->owner, &o->pending_comp, ramrod_flags); in ecore_exe_queue_step()
219 ECORE_LIST_SPLICE_INIT(&o->pending_comp, &o->exe_queue); in ecore_exe_queue_step()
[all …]
H A Decore_sp.h604 ecore_list_t pending_comp; member