Searched defs:cmd_pos (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c2652 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos,
2659 list_for_each_entry_safe(pmac_pos, pmac_pos_n, &cmd_pos->data.macs_head,
2663 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type);
2682 if (list_empty(&cmd_pos->data.macs_head))
2683 cmd_pos->done = true;
2687 struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos,
2692 while (cmd_pos->data.macs_num) {
2693 o->set_one_rule(bp, o, cnt, NULL, cmd_pos->type);
2697 cmd_pos->data.macs_num--;
2700 cmd_pos
2651 bnx2x_mcast_hdl_pending_add_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *line_idx) argument
2686 bnx2x_mcast_hdl_pending_del_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *line_idx) argument
2716 bnx2x_mcast_hdl_pending_restore_e2(struct bnx2x *bp, struct bnx2x_mcast_obj *o, struct bnx2x_pending_mcast_cmd *cmd_pos, int *line_idx) argument
2734 struct bnx2x_pending_mcast_cmd *cmd_pos, *cmd_pos_n; local
3331 struct bnx2x_pending_mcast_cmd *cmd_pos; local
[all...]

Completed in 478 milliseconds