Home
last modified time | relevance | path

Searched refs:DR_SZ_MATCH_PARAM (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.c15 matcher_mask.match_sz = DR_SZ_MATCH_PARAM; in mlx5_smfs_matcher_create()
58 value.match_sz = DR_SZ_MATCH_PARAM; in mlx5_smfs_rule_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_matcher.c910 if (mask->match_sz > DR_SZ_MATCH_PARAM) { in dr_matcher_copy_param()
H A Ddr_rule.c942 (value_size > DR_SZ_MATCH_PARAM || (value_size % sizeof(u32)))) { in dr_rule_verify()
H A Ddr_types.h20 #define DR_SZ_MATCH_PARAM (MLX5_ST_SZ_DW_MATCH_PARAM * 4) macro