Searched refs:mlx5dr_dbg (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_action.c | 601 mlx5dr_dbg(dmn, in dr_action_handle_cs_recalc() 717 mlx5dr_dbg(dmn, in dr_action_get_dest_sw_tbl_addr() 874 mlx5dr_dbg(dmn, "Max VLAN push/pop count exceeded\n"); in mlx5dr_actions_build_ste_arr() 1201 mlx5dr_dbg(dmn, "Invalid multiple destinations action\n"); in mlx5dr_action_create_mult_dest_tbl() 1341 mlx5dr_dbg(dmn, "Invalid reformat parameters\n"); in dr_action_verify_reformat_params() 1415 mlx5dr_dbg(dmn, "Failed creating decap l3 action list\n"); in dr_action_create_reformat_action() 1483 mlx5dr_dbg(dmn, "Invalid vlan ethertype\n"); in mlx5dr_action_create_push_vlan() 1512 mlx5dr_dbg(dmn, "Invalid reformat_type provided\n"); in mlx5dr_action_create_packet_reformat() 1771 mlx5dr_dbg(dmn, "Unsupported field %d for add action\n", in dr_action_modify_check_add_field_limitation() 2036 mlx5dr_dbg(dmn, "Invalid modify actions size provided\n"); in mlx5dr_action_create_modify_header() [all …]
|
A D | dr_rule.c | 72 mlx5dr_dbg(dmn, "Failed allocating collision table\n"); in dr_rule_create_collision_htbl() 94 mlx5dr_dbg(matcher->tbl->dmn, "Failed creating collision entry\n"); in dr_rule_create_collision_entry() 107 mlx5dr_dbg(matcher->tbl->dmn, "Failed allocating table\n"); in dr_rule_create_collision_entry() 217 mlx5dr_dbg(dmn, "Failed update dup entry\n"); in dr_rule_rehash_handle_collision() 285 mlx5dr_dbg(dmn, "Failed adding collision entry, index: %d\n", in dr_rule_rehash_copy_ste() 362 mlx5dr_dbg(matcher->tbl->dmn, "Invalid number of entries\n"); in dr_rule_rehash_copy_htbl() 384 mlx5dr_dbg(matcher->tbl->dmn, "Failed updating table to HW\n"); in dr_rule_rehash_copy_htbl() 557 mlx5dr_dbg(dmn, "Failed to update prev miss_list\n"); in dr_rule_handle_collision() 811 mlx5dr_dbg(dmn, "Failed allocating table\n"); in dr_rule_handle_empty_entry() 876 mlx5dr_dbg(dmn, "Duplicate rule inserted\n"); in dr_rule_handle_ste_branch() [all …]
|
A D | dr_definer.c | 93 mlx5dr_dbg(dmn, "Couldn't insert new definer into xarray (%d)\n", ret); in dr_definer_create_obj()
|
A D | dr_matcher.c | 394 mlx5dr_dbg(matcher->tbl->dmn, in mlx5dr_matcher_select_builders() 670 mlx5dr_dbg(dmn, "Mask contains unsupported parameters\n"); in dr_matcher_set_ste_builders() 929 mlx5dr_dbg(dmn, in dr_matcher_copy_param()
|
A D | dr_table.c | 41 mlx5dr_dbg(dmn, "Failed to set NIC RX/TX miss action, ret %d\n", ret); in dr_table_set_miss_action_nic()
|
A D | dr_domain.c | 249 mlx5dr_dbg(dmn, "Couldn't insert new vport into xarray (%d)\n", ret); in dr_domain_add_vport_cap()
|
A D | dr_types.h | 27 #define mlx5dr_dbg(dmn, arg...) mlx5_core_dbg((dmn)->mdev, ##arg) macro
|
A D | dr_ste.c | 468 mlx5dr_dbg(dmn, "Failed allocating table\n"); in mlx5dr_ste_create_next_htbl()
|
Completed in 25 milliseconds