Home
last modified time | relevance | path

Searched refs:HWS_PTR_TO_ID (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_debug.c23 HWS_PTR_TO_ID(definer), in hws_debug_dump_matcher_template_definer()
24 HWS_PTR_TO_ID(parent_obj), in hws_debug_dump_matcher_template_definer()
55 HWS_PTR_TO_ID(mt), in hws_debug_dump_matcher_match_template()
56 HWS_PTR_TO_ID(matcher), in hws_debug_dump_matcher_match_template()
80 HWS_PTR_TO_ID(at), in hws_debug_dump_matcher_action_template()
81 HWS_PTR_TO_ID(matcher), in hws_debug_dump_matcher_action_template()
104 HWS_PTR_TO_ID(matcher), in hws_debug_dump_matcher_attr()
131 HWS_PTR_TO_ID(matcher), in hws_debug_dump_matcher()
132 HWS_PTR_TO_ID(matcher->tbl), in hws_debug_dump_matcher()
135 matcher->col_matcher ? HWS_PTR_TO_ID(matcher->col_matcher) : 0); in hws_debug_dump_matcher()
[all …]
Dmlx5hws_debug.h9 #define HWS_PTR_TO_ID(p) ((u64)(uintptr_t)(p) & 0xFFFFFFFFULL) macro