Searched refs:DR_DBG_PTR_TO_ID (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c10 #define DR_DBG_PTR_TO_ID(p) ((u64)(uintptr_t)(p) & 0xFFFFFFFFULL) macro
212 const u64 action_id = DR_DBG_PTR_TO_ID(action);
242 DR_DBG_PTR_TO_ID(action->dest_tbl->tbl));
458 DR_DBG_PTR_TO_ID(action->range->hit_tbl_action->dest_tbl->tbl);
467 DR_DBG_PTR_TO_ID(action->range->miss_tbl_action->dest_tbl->tbl);
548 const u64 rule_id = DR_DBG_PTR_TO_ID(rule);
559 rule_id, DR_DBG_PTR_TO_ID(rule->matcher));
720 rec_type, DR_DBG_PTR_TO_ID(matcher_rx_tx),
752 matcher_id = DR_DBG_PTR_TO_ID(matcher);
756 matcher_id, DR_DBG_PTR_TO_ID(matche
[all...]

Completed in 111 milliseconds