Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2447 list_add_tail(&new_cmd->link, &o->pending_cmds_head); in bnx2x_mcast_enqueue_cmd()
2695 list_for_each_entry_safe(cmd_pos, cmd_pos_n, &o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e2()
2937 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e2()
3293 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_handle_pending_cmds_e1()
3297 cmd_pos = list_first_entry(&o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e1()
3433 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e1()
3614 INIT_LIST_HEAD(&mcast_obj->pending_cmds_head); in bnx2x_init_mcast_obj()
Dbnx2x_sp.h562 struct list_head pending_cmds_head; member