Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_matcher.c880 col_matcher->attr.max_num_of_at_attach = matcher->attr.max_num_of_at_attach; in hws_matcher_create_col_matcher()
962 if (!matcher->attr.max_num_of_at_attach) { in mlx5hws_matcher_attach_at()
982 matcher->attr.max_num_of_at_attach -= 1; in mlx5hws_matcher_attach_at()
1010 matcher->at = kcalloc(num_of_at + matcher->attr.max_num_of_at_attach, in hws_matcher_set_templates()
H A Dmlx5hws.h122 u8 max_num_of_at_attach; member
H A Dmlx5hws_bwc.c63 attr->max_num_of_at_attach = MLX5HWS_BWC_MATCHER_ATTACH_AT_NUM; in hws_bwc_matcher_init_attr()