Searched refs:mlx5dr_dbg (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
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() 885 mlx5dr_dbg(dmn, "Device doesn't support POP VLAN action on TX\n"); in mlx5dr_actions_build_ste_arr() 895 mlx5dr_dbg(dmn, "Device doesn't support PUSH VLAN action on RX\n"); in mlx5dr_actions_build_ste_arr() 901 mlx5dr_dbg(dmn, "Max VLAN push/pop count exceeded\n"); in mlx5dr_actions_build_ste_arr() 1112 mlx5dr_dbg(dmn, "SELECT definer support is needed for match range\n"); in mlx5dr_action_create_dest_match_range() 1228 mlx5dr_dbg(dmn, "Invalid multiple destinations action\n"); in mlx5dr_action_create_mult_dest_tbl() 1356 mlx5dr_dbg(dmn, "Invalid reformat parameters for INSERT_HDR\n"); in dr_action_verify_reformat_params() 1363 mlx5dr_dbg(dmn, "Invalid reformat parameters for REMOVE_HDR\n"); in dr_action_verify_reformat_params() 1368 mlx5dr_dbg(dmn, "Invalid reformat parameters\n"); in dr_action_verify_reformat_params() [all …]
|
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 …]
|
D | dr_definer.c | 93 mlx5dr_dbg(dmn, "Couldn't insert new definer into xarray (%d)\n", ret); in dr_definer_create_obj()
|
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()
|
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()
|
D | dr_domain.c | 298 mlx5dr_dbg(dmn, "Couldn't insert new vport into xarray (%d)\n", ret); in dr_domain_add_vport_cap()
|
D | dr_types.h | 28 #define mlx5dr_dbg(dmn, arg...) mlx5_core_dbg((dmn)->mdev, ##arg) macro
|
D | dr_ste.c | 469 mlx5dr_dbg(dmn, "Failed allocating table\n"); in mlx5dr_ste_create_next_htbl()
|