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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c63 INIT_LIST_HEAD(&o->pending_comp);
157 while (!list_empty(&o->pending_comp)) {
158 elem = list_first_entry(&o->pending_comp,
190 if (!list_empty(&o->pending_comp)) {
192 DP(BNX2X_MSG_SP, "RAMROD_DRV_CLR_ONLY requested: resetting a pending_comp list\n");
213 list_add_tail(&spacer.link, &o->pending_comp);
215 list_move_tail(&elem->link, &o->pending_comp);
225 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags);
228 * and reset the pending_comp.
230 list_splice_init(&o->pending_comp,
[all...]
H A Dbnx2x_sp.h197 struct list_head pending_comp; member in struct:bnx2x_exe_queue_obj

Completed in 347 milliseconds