Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c281 ECORE_LIST_INIT(&o->pending_comp); in ecore_exe_queue_init()
380 while (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) { in __ecore_exe_queue_reset_pending()
381 elem = ECORE_LIST_FIRST_ENTRY(&o->pending_comp, in __ecore_exe_queue_reset_pending()
385 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->pending_comp); in __ecore_exe_queue_reset_pending()
414 if (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) { in ecore_exe_queue_step()
438 ECORE_LIST_PUSH_TAIL(&spacer.link, &o->pending_comp); in ecore_exe_queue_step()
441 ECORE_LIST_PUSH_TAIL(&elem->link, &o->pending_comp); in ecore_exe_queue_step()
442 ECORE_LIST_REMOVE_ENTRY(&spacer.link, &o->pending_comp); in ecore_exe_queue_step()
451 rc = o->execute(pdev, o->owner, &o->pending_comp, ramrod_flags); in ecore_exe_queue_step()
456 ECORE_LIST_SPLICE_INIT(&o->pending_comp, &o->exe_queue); in ecore_exe_queue_step()
[all …]
H A Decore_sp_verbs.h249 d_list_t pending_comp; member