Searched refs:pending_comp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 63 INIT_LIST_HEAD(&o->pending_comp); in bnx2x_exe_queue_init() 157 while (!list_empty(&o->pending_comp)) { in __bnx2x_exe_queue_reset_pending() 158 elem = list_first_entry(&o->pending_comp, in __bnx2x_exe_queue_reset_pending() 190 if (!list_empty(&o->pending_comp)) { in bnx2x_exe_queue_step() 192 DP(BNX2X_MSG_SP, "RAMROD_DRV_CLR_ONLY requested: resetting a pending_comp list\n"); in bnx2x_exe_queue_step() 213 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step() 215 list_move_tail(&elem->link, &o->pending_comp); in bnx2x_exe_queue_step() 225 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags); in bnx2x_exe_queue_step() 228 * and reset the pending_comp. in bnx2x_exe_queue_step() 230 list_splice_init(&o->pending_comp, in bnx2x_exe_queue_step() [all...] |
H A D | bnx2x_sp.h | 197 struct list_head pending_comp; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 63 INIT_LIST_HEAD(&o->pending_comp); in bnx2x_exe_queue_init() 157 while (!list_empty(&o->pending_comp)) { in __bnx2x_exe_queue_reset_pending() 158 elem = list_first_entry(&o->pending_comp, in __bnx2x_exe_queue_reset_pending() 190 if (!list_empty(&o->pending_comp)) { in bnx2x_exe_queue_step() 192 DP(BNX2X_MSG_SP, "RAMROD_DRV_CLR_ONLY requested: resetting a pending_comp list\n"); in bnx2x_exe_queue_step() 213 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step() 215 list_move_tail(&elem->link, &o->pending_comp); in bnx2x_exe_queue_step() 225 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags); in bnx2x_exe_queue_step() 228 * and reset the pending_comp. in bnx2x_exe_queue_step() 230 list_splice_init(&o->pending_comp, in bnx2x_exe_queue_step() [all...] |
H A D | bnx2x_sp.h | 197 struct list_head pending_comp; member
|
Completed in 13 milliseconds