Home
last modified time | relevance | path

Searched refs:fc_sz (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c1670 u32 fc_sz = 0; in hws_definer_get_fc_size() local
1679 fc_sz++; in hws_definer_get_fc_size()
1680 return fc_sz; in hws_definer_get_fc_size()
1688 u32 fc_sz = 0; in hws_definer_alloc_compressed_fc() local
1699 for (i = 0, fc_sz = 0; i < MLX5HWS_DEFINER_FNAME_MAX; i++) { in hws_definer_alloc_compressed_fc()
1704 memcpy(&compressed_fc[fc_sz++], &fc[i], sizeof(*compressed_fc)); in hws_definer_alloc_compressed_fc()
1821 mt->fc_sz = hws_definer_get_fc_size(fc); in hws_definer_conv_match_params_to_hl()
1871 u32 fc_sz) in hws_definer_fc_bind() argument
1877 for (i = 0; i < fc_sz; i++) { in hws_definer_fc_bind()
2036 u32 fc_sz, in hws_definer_create_tag_mask() argument
[all …]
H A Dmatcher.h45 u16 fc_sz; member
H A Ddebug.c57 mt->fc_sz, in hws_debug_dump_matcher_match_template()
H A Drule.c367 mlx5hws_definer_create_tag(match_param, mt->fc, mt->fc_sz, in hws_rule_create_hws()
H A Dmatcher.c664 for (i = 0; i < matcher->mt->fc_sz; i++) { in hws_matcher_set_ip_version_match()