Searched refs:pending_comp (Results 1 – 2 of 2) sorted by relevance
61 INIT_LIST_HEAD(&o->pending_comp); in bnx2x_exe_queue_init()156 while (!list_empty(&o->pending_comp)) { in __bnx2x_exe_queue_reset_pending()157 elem = list_first_entry(&o->pending_comp, in __bnx2x_exe_queue_reset_pending()204 if (!list_empty(&o->pending_comp)) { in bnx2x_exe_queue_step()230 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step()233 list_add_tail(&elem->link, &o->pending_comp); in bnx2x_exe_queue_step()245 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags); in bnx2x_exe_queue_step()251 list_splice_init(&o->pending_comp, &o->exe_queue); in bnx2x_exe_queue_step()270 return empty && list_empty(&o->pending_comp); in bnx2x_exe_queue_empty()
192 struct list_head pending_comp; member