Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2487 list_add_tail(&new_cmd->link, &o->pending_cmds_head); in bnx2x_mcast_enqueue_cmd()
2735 list_for_each_entry_safe(cmd_pos, cmd_pos_n, &o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e2()
2976 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e2()
3336 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_handle_pending_cmds_e1()
3340 cmd_pos = list_first_entry(&o->pending_cmds_head, in bnx2x_mcast_handle_pending_cmds_e1()
3476 if (list_empty(&o->pending_cmds_head)) in bnx2x_mcast_setup_e1()
3660 INIT_LIST_HEAD(&mcast_obj->pending_cmds_head); in bnx2x_init_mcast_obj()
Dbnx2x_sp.h548 struct list_head pending_cmds_head; member