Searched refs:fc_sz (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.c | 1670 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 D | matcher.h | 45 u16 fc_sz; member
|
| H A D | debug.c | 57 mt->fc_sz, in hws_debug_dump_matcher_match_template()
|
| H A D | definer.h | 800 u32 fc_sz,
|
| H A D | rule.c | 367 mlx5hws_definer_create_tag(match_param, mt->fc, mt->fc_sz, in hws_rule_create_hws()
|
| H A D | bwc_complex.c | 686 mlx5hws_definer_create_tag(match_params, mt->fc, mt->fc_sz, in hws_complex_get_subrule_data()
|
| H A D | matcher.c | 664 for (i = 0; i < matcher->mt->fc_sz; i++) { in hws_matcher_set_ip_version_match()
|