Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2649 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_add_e2() argument
2656 list_for_each_entry_safe(pmac_pos, pmac_pos_n, &cmd_pos->data.macs_head, in bnx2x_mcast_hdl_pending_add_e2()
2660 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_hdl_pending_add_e2()
2679 if (list_empty(&cmd_pos->data.macs_head)) in bnx2x_mcast_hdl_pending_add_e2()
2680 cmd_pos->done = true; in bnx2x_mcast_hdl_pending_add_e2()
2684 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, in bnx2x_mcast_hdl_pending_del_e2() argument
2689 while (cmd_pos->data.macs_num) { in bnx2x_mcast_hdl_pending_del_e2()
2690 o->set_one_rule(bp, o, cnt, NULL, cmd_pos->type); in bnx2x_mcast_hdl_pending_del_e2()
2694 cmd_pos->data.macs_num--; in bnx2x_mcast_hdl_pending_del_e2()
2697 cmd_pos->data.macs_num, cnt); in bnx2x_mcast_hdl_pending_del_e2()
[all …]