Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2762 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()
Dbnx2x_sp.h575 struct list_head pending_cmds_head; member