Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2760 list_add_tail(&new_cmd->link, &o->pending_cmds_head); in bnx2x_mcast_enqueue_cmd()
3123 list_for_each_entry_safe(cmd_pos, cmd_pos_n, &o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e2()
3387 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e2()
3757 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_handle_pending_cmds_e1()
3761 cmd_pos = list_first_entry(&o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e1()
3898 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e1()
4079 INIT_LIST_HEAD(&mcast_obj->pending_cmds_head); in bnx2x_init_mcast_obj()
Dbnx2x_sp.h575 struct list_head pending_cmds_head; member