Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c59 INIT_LIST_HEAD(&o->pending_comp); in bnx2x_exe_queue_init()
153 while (!list_empty(&o->pending_comp)) { in __bnx2x_exe_queue_reset_pending()
154 elem = list_first_entry(&o->pending_comp, in __bnx2x_exe_queue_reset_pending()
186 if (!list_empty(&o->pending_comp)) { in bnx2x_exe_queue_step()
209 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step()
211 list_move_tail(&elem->link, &o->pending_comp); in bnx2x_exe_queue_step()
221 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags); in bnx2x_exe_queue_step()
226 list_splice_init(&o->pending_comp, &o->exe_queue); in bnx2x_exe_queue_step()
243 return empty && list_empty(&o->pending_comp); in bnx2x_exe_queue_empty()
Dbnx2x_sp.h195 struct list_head pending_comp; member