Lines Matching refs:cfg_data

2832 					union bnx2x_mcast_config_data *cfg_data,  in bnx2x_mcast_set_one_rule_e2()  argument
2851 bin = bnx2x_mcast_bin_from_mac(cfg_data->mac); in bnx2x_mcast_set_one_rule_e2()
2866 bin = cfg_data->bin; in bnx2x_mcast_set_one_rule_e2()
2870 bin = cfg_data->bin; in bnx2x_mcast_set_one_rule_e2()
2875 bin = cfg_data->bin; in bnx2x_mcast_set_one_rule_e2()
2908 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_restore_cmd_e2() local
2914 cfg_data.bin = (u8)cur_bin; in bnx2x_mcast_handle_restore_cmd_e2()
2915 o->set_one_rule(bp, o, cnt, &cfg_data, in bnx2x_mcast_handle_restore_cmd_e2()
2940 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_pending_add_e2() local
2945 cfg_data.mac = &pmac_pos->mac[0]; in bnx2x_mcast_hdl_pending_add_e2()
2946 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_hdl_pending_add_e2()
3087 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_pending_set_e2() local
3102 cfg_data.bin = (u8)p_item->bin; in bnx2x_mcast_hdl_pending_set_e2()
3103 o->set_one_rule(bp, o, *cnt, &cfg_data, p_item->type); in bnx2x_mcast_hdl_pending_set_e2()
3172 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_add() local
3176 cfg_data.mac = mlist_pos->mac; in bnx2x_mcast_hdl_add()
3177 o->set_one_rule(bp, o, cnt, &cfg_data, BNX2X_MCAST_CMD_ADD); in bnx2x_mcast_hdl_add()
3660 union bnx2x_mcast_config_data *cfg_data, in bnx2x_mcast_set_one_rule_e1() argument
3672 cfg_data->mac); in bnx2x_mcast_set_one_rule_e1()
3731 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_restore_cmd_e1() local
3735 cfg_data.mac = &elem->mac[0]; in bnx2x_mcast_handle_restore_cmd_e1()
3736 o->set_one_rule(bp, o, i, &cfg_data, BNX2X_MCAST_CMD_RESTORE); in bnx2x_mcast_handle_restore_cmd_e1()
3741 cfg_data.mac); in bnx2x_mcast_handle_restore_cmd_e1()
3755 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_pending_cmds_e1() local
3769 cfg_data.mac = &pmac_pos->mac[0]; in bnx2x_mcast_handle_pending_cmds_e1()
3770 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_handle_pending_cmds_e1()