Home
last modified time | relevance | path

Searched refs:mlx5dr_err (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_domain.c67 mlx5dr_err(dmn, "SW Steering on this device is unsupported\n"); in dr_domain_init_resources()
73 mlx5dr_err(dmn, "Couldn't allocate PD, ret: %d", ret); in dr_domain_init_resources()
79 mlx5dr_err(dmn, "Couldn't allocate UAR\n"); in dr_domain_init_resources()
86 mlx5dr_err(dmn, "Couldn't get icm memory\n"); in dr_domain_init_resources()
93 mlx5dr_err(dmn, "Couldn't get action icm memory\n"); in dr_domain_init_resources()
100 mlx5dr_err(dmn, "Couldn't create send-ring\n"); in dr_domain_init_resources()
207 mlx5dr_err(dmn, "Failed to query vports caps (err: %d)", ret); in dr_domain_query_fdb_caps()
228 mlx5dr_err(dmn, "Failed to allocate domain, bad link type\n"); in dr_domain_caps_init()
272 mlx5dr_err(dmn, "Failed to get esw manager vport\n"); in dr_domain_caps_init()
283 mlx5dr_err(dmn, "Invalid domain\n"); in dr_domain_caps_init()
[all …]
Ddr_fw.c29 mlx5dr_err(dmn, "Failed creating TTL W/A FW flow table %d\n", ret); in mlx5dr_fw_create_recalc_cs_ft()
37 mlx5dr_err(dmn, "Failed creating TTL W/A FW flow group %d\n", ret); in mlx5dr_fw_create_recalc_cs_ft()
50 mlx5dr_err(dmn, "Failed modify header TTL %d\n", ret); in mlx5dr_fw_create_recalc_cs_ft()
59 mlx5dr_err(dmn, "Failed setting TTL W/A flow table entry %d\n", ret); in mlx5dr_fw_create_recalc_cs_ft()
123 mlx5dr_err(dmn, "Failed creating multi dest FW flow table %d\n", ret); in mlx5dr_fw_create_md_tbl()
131 mlx5dr_err(dmn, "Failed creating multi dest FW flow group %d\n", ret); in mlx5dr_fw_create_md_tbl()
145 mlx5dr_err(dmn, "Failed setting fte into table %d\n", ret); in mlx5dr_fw_create_md_tbl()
Ddr_icm_pool.c93 mlx5dr_err(pool->dmn, "Failed to allocate SW ICM memory, err (%d)\n", err); in dr_icm_pool_mr_create()
104 mlx5dr_err(pool->dmn, "Failed to create SW ICM MKEY, err (%d)\n", err); in dr_icm_pool_mr_create()
111 mlx5dr_err(pool->dmn, "Failed to get Aligned ICM mem (asked: %zu)\n", in dr_icm_pool_mr_create()
266 mlx5dr_err(pool->dmn, in dr_icm_chunk_create()
301 mlx5dr_err(pool->dmn, "Failed to sync to HW (err: %d)\n", err); in dr_icm_pool_sync_all_buddy_pools()
341 mlx5dr_err(pool->dmn, in dr_icm_handle_buddies_get_mem()
351 mlx5dr_err(pool->dmn, in dr_icm_handle_buddies_get_mem()
Ddr_rule.c326 mlx5dr_err(matcher->tbl->dmn, "Fatal error during resize\n"); in dr_rule_rehash_copy_miss_list()
400 mlx5dr_err(dmn, "Failed to allocate new hash table\n"); in dr_rule_rehash_htbl()
426 mlx5dr_err(dmn, "Failed writing table to HW\n"); in dr_rule_rehash_htbl()
435 mlx5dr_err(dmn, "Failed updating table to HW\n"); in dr_rule_rehash_htbl()
865 mlx5dr_err(dmn, "Failed creating rehash table, htbl-log_size: %d\n", in dr_rule_handle_ste_branch()
916 mlx5dr_err(matcher->tbl->dmn, "Rule parameters length is incorrect\n"); in dr_rule_verify()
927 mlx5dr_err(matcher->tbl->dmn, "Rule outer parameters contains a value not specified by mask\n"); in dr_rule_verify()
937 mlx5dr_err(matcher->tbl->dmn, "Rule misc parameters contains a value not specified by mask\n"); in dr_rule_verify()
947 mlx5dr_err(matcher->tbl->dmn, "Rule inner parameters contains a value not specified by mask\n"); in dr_rule_verify()
957 mlx5dr_err(matcher->tbl->dmn, "Rule misc2 parameters contains a value not specified by mask\n"); in dr_rule_verify()
[all …]
Ddr_action.c520 mlx5dr_err(dmn, "Failed to get FW cs recalc flow table\n"); in dr_action_handle_cs_recalc()
539 mlx5dr_err(dmn, "< %s (%d) > ", in dr_action_print_sequence()
588 mlx5dr_err(dmn, in mlx5dr_actions_build_ste_arr()
619 mlx5dr_err(dmn, in mlx5dr_actions_build_ste_arr()
714 mlx5dr_err(dmn, "Unsupported action type %d\n", action_type); in mlx5dr_actions_build_ste_arr()
720 mlx5dr_err(dmn, "Action type %d supports only max %d time(s)\n", in mlx5dr_actions_build_ste_arr()
729 mlx5dr_err(dmn, "Invalid action (gvmi: %d, is_rx: %d) sequence provided:", in mlx5dr_actions_build_ste_arr()
747 mlx5dr_err(dmn, in mlx5dr_actions_build_ste_arr()
860 mlx5dr_err(dmn, "Multiple destination support is for FDB only\n"); in mlx5dr_action_create_mult_dest_tbl()
Ddr_table.c132 mlx5dr_err(dmn, "Failed allocating htbl\n"); in dr_table_init_nic()
142 mlx5dr_err(dmn, "Failed int and send htbl\n"); in dr_table_init_nic()
Ddr_send.c704 mlx5dr_err(dmn, "Failed modify QP rst2init\n"); in dr_prepare_qp_to_rts()
731 mlx5dr_err(dmn, "Failed modify QP init2rtr\n"); in dr_prepare_qp_to_rts()
742 mlx5dr_err(dmn, "Failed modify QP rtr2rts\n"); in dr_prepare_qp_to_rts()
931 mlx5dr_err(dmn, "Failed creating CQ\n"); in mlx5dr_send_ring_alloc()
949 mlx5dr_err(dmn, "Failed creating QP\n"); in mlx5dr_send_ring_alloc()
Ddr_matcher.c638 mlx5dr_err(dmn, "Cannot generate any valid rules from mask\n"); in dr_matcher_set_ste_builders()
812 mlx5dr_err(dmn, "Cannot generate IPv4 or IPv6 rules with given mask\n"); in dr_matcher_set_all_ste_builders()
883 mlx5dr_err(dmn, "Invalid match criteria attribute\n"); in dr_matcher_init()
889 mlx5dr_err(dmn, "Invalid match size attribute\n"); in dr_matcher_init()
Ddr_ste.c612 mlx5dr_err(dmn, in mlx5dr_ste_build_pre_check()
618 mlx5dr_err(dmn, in mlx5dr_ste_build_pre_check()
Ddr_types.h25 #define mlx5dr_err(dmn, arg...) mlx5_core_err((dmn)->mdev, ##arg) macro
Ddr_ste_v0.c1673 mlx5dr_err(dmn, "Vport 0x%x is invalid\n", in dr_ste_v0_build_src_gvmi_qpn_tag()
Ddr_ste_v1.c1804 mlx5dr_err(dmn, "Vport 0x%x is disabled or invalid\n", in dr_ste_v1_build_src_gvmi_qpn_tag()