Searched refs:mlx5dr_dbg (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 506 mlx5dr_dbg(dmn, in dr_action_handle_cs_recalc() 596 mlx5dr_dbg(dmn, in mlx5dr_actions_build_ste_arr() 685 mlx5dr_dbg(dmn, "Device doesn't support POP VLAN action on TX\n"); in mlx5dr_actions_build_ste_arr() 695 mlx5dr_dbg(dmn, "Device doesn't support PUSH VLAN action on RX\n"); in mlx5dr_actions_build_ste_arr() 701 mlx5dr_dbg(dmn, "Max VLAN push/pop count exceeded\n"); in mlx5dr_actions_build_ste_arr() 904 mlx5dr_dbg(dmn, "Invalid multiple destinations action\n"); in mlx5dr_action_create_mult_dest_tbl() 1032 mlx5dr_dbg(dmn, "Invalid reformat parameters for INSERT_HDR\n"); in dr_action_verify_reformat_params() 1039 mlx5dr_dbg(dmn, "Invalid reformat parameters for REMOVE_HDR\n"); in dr_action_verify_reformat_params() 1044 mlx5dr_dbg(dmn, "Invalid reformat parameters\n"); in dr_action_verify_reformat_params() 1054 mlx5dr_dbg(dmn, "Action reformat type not support on RX domain\n"); in dr_action_verify_reformat_params() [all …]
|
D | dr_rule.c | 56 mlx5dr_dbg(dmn, "Failed allocating collision table\n"); in dr_rule_create_collision_htbl() 79 mlx5dr_dbg(matcher->tbl->dmn, "Failed creating collision entry\n"); in dr_rule_create_collision_entry() 92 mlx5dr_dbg(matcher->tbl->dmn, "Failed allocating table\n"); in dr_rule_create_collision_entry() 200 mlx5dr_dbg(dmn, "Failed update dup entry\n"); in dr_rule_rehash_handle_collision() 269 mlx5dr_dbg(dmn, "Failed adding collision entry, index: %d\n", in dr_rule_rehash_copy_ste() 345 mlx5dr_dbg(matcher->tbl->dmn, "Invalid number of entries\n"); in dr_rule_rehash_copy_htbl() 530 mlx5dr_dbg(dmn, "Failed to update prev miss_list\n"); in dr_rule_handle_collision() 784 mlx5dr_dbg(dmn, "Failed allocating table\n"); in dr_rule_handle_empty_entry() 849 mlx5dr_dbg(dmn, "Duplicate rule inserted\n"); in dr_rule_handle_ste_branch() 881 mlx5dr_dbg(dmn, "failed adding collision entry, index: %d\n", in dr_rule_handle_ste_branch() [all …]
|
D | dr_table.c | 43 mlx5dr_dbg(tbl->dmn, "Failed to set RX miss action, ret %d\n", ret); in mlx5dr_table_set_miss_action() 66 mlx5dr_dbg(tbl->dmn, "Failed to set TX miss action, ret %d\n", ret); in mlx5dr_table_set_miss_action()
|
D | dr_matcher.c | 370 mlx5dr_dbg(matcher->tbl->dmn, in mlx5dr_matcher_select_builders() 633 mlx5dr_dbg(dmn, "Mask contains unsupported parameters\n"); in dr_matcher_set_ste_builders()
|
D | dr_types.h | 26 #define mlx5dr_dbg(dmn, arg...) mlx5_core_dbg((dmn)->mdev, ##arg) macro
|
D | dr_ste.c | 442 mlx5dr_dbg(dmn, "Failed allocating table\n"); in mlx5dr_ste_create_next_htbl()
|