Searched refs:pending_cmds_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 2762 list_add_tail(&new_cmd->link, &o->pending_cmds_head); in bnx2x_mcast_enqueue_cmd() 3125 list_for_each_entry_safe(cmd_pos, cmd_pos_n, &o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e2() 3389 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e2() 3759 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_handle_pending_cmds_e1() 3763 cmd_pos = list_first_entry(&o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e1() 3900 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e1() 4081 INIT_LIST_HEAD(&mcast_obj->pending_cmds_head); in bnx2x_init_mcast_obj()
|
H A D | bnx2x_sp.h | 575 struct list_head pending_cmds_head; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 2762 list_add_tail(&new_cmd->link, &o->pending_cmds_head); in bnx2x_mcast_enqueue_cmd() 3125 list_for_each_entry_safe(cmd_pos, cmd_pos_n, &o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e2() 3389 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e2() 3759 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_handle_pending_cmds_e1() 3763 cmd_pos = list_first_entry(&o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e1() 3900 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e1() 4081 INIT_LIST_HEAD(&mcast_obj->pending_cmds_head); in bnx2x_init_mcast_obj()
|
H A D | bnx2x_sp.h | 575 struct list_head pending_cmds_head; member
|
Completed in 21 milliseconds