Lines Matching refs:cfg_data
2517 union bnx2x_mcast_config_data *cfg_data, in bnx2x_mcast_set_one_rule_e2() argument
2535 bin = bnx2x_mcast_bin_from_mac(cfg_data->mac); in bnx2x_mcast_set_one_rule_e2()
2550 bin = cfg_data->bin; in bnx2x_mcast_set_one_rule_e2()
2582 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_restore_cmd_e2() local
2588 cfg_data.bin = (u8)cur_bin; in bnx2x_mcast_handle_restore_cmd_e2()
2589 o->set_one_rule(bp, o, cnt, &cfg_data, in bnx2x_mcast_handle_restore_cmd_e2()
2614 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_pending_add_e2() local
2619 cfg_data.mac = &pmac_pos->mac[0]; in bnx2x_mcast_hdl_pending_add_e2()
2620 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_hdl_pending_add_e2()
2737 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_hdl_add() local
2741 cfg_data.mac = mlist_pos->mac; in bnx2x_mcast_hdl_add()
2742 o->set_one_rule(bp, o, cnt, &cfg_data, BNX2X_MCAST_CMD_ADD); in bnx2x_mcast_hdl_add()
3194 union bnx2x_mcast_config_data *cfg_data, in bnx2x_mcast_set_one_rule_e1() argument
3206 cfg_data->mac); in bnx2x_mcast_set_one_rule_e1()
3265 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_restore_cmd_e1() local
3269 cfg_data.mac = &elem->mac[0]; in bnx2x_mcast_handle_restore_cmd_e1()
3270 o->set_one_rule(bp, o, i, &cfg_data, BNX2X_MCAST_CMD_RESTORE); in bnx2x_mcast_handle_restore_cmd_e1()
3275 cfg_data.mac); in bnx2x_mcast_handle_restore_cmd_e1()
3289 union bnx2x_mcast_config_data cfg_data = {NULL}; in bnx2x_mcast_handle_pending_cmds_e1() local
3303 cfg_data.mac = &pmac_pos->mac[0]; in bnx2x_mcast_handle_pending_cmds_e1()
3304 o->set_one_rule(bp, o, cnt, &cfg_data, cmd_pos->type); in bnx2x_mcast_handle_pending_cmds_e1()