Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddebug.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 …]
H A Dsend.c368 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
378 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
391 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
392 HWS_PTR_TO_ID(rule->matcher), in hws_send_engine_dump_error_cqe()
398 HWS_PTR_TO_ID(rule)); in hws_send_engine_dump_error_cqe()
403 HWS_PTR_TO_ID(rule), opcode, in hws_send_engine_dump_error_cqe()
412 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
416 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
420 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
424 HWS_PTR_TO_ID(rule), in hws_send_engine_dump_error_cqe()
[all …]
H A Ddebug.h9 #define HWS_PTR_TO_ID(p) ((u64)(uintptr_t)(p) & 0xFFFFFFFFULL) macro