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

/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.c64 ECORE_LIST_INIT(&o->pending_comp);
159 while (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) {
160 elem = ECORE_LIST_FIRST_ENTRY(&o->pending_comp,
164 ECORE_LIST_REMOVE_ENTRY(&elem->link, &o->pending_comp);
193 if (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) {
195 ECORE_MSG(sc, "RAMROD_DRV_CLR_ONLY requested: resetting a pending_comp list\n");
217 ECORE_LIST_PUSH_TAIL(&spacer.link, &o->pending_comp);
220 ECORE_LIST_PUSH_TAIL(&elem->link, &o->pending_comp);
221 ECORE_LIST_REMOVE_ENTRY(&spacer.link, &o->pending_comp);
230 rc = o->execute(sc, o->owner, &o->pending_comp, ramrod_flag
[all...]
H A Decore_sp.h657 ecore_list_t pending_comp; member in struct:ecore_exe_queue_obj

Completed in 74 milliseconds