Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c834 col_matcher->attr.max_num_of_at_attach = matcher->attr.max_num_of_at_attach; in hws_matcher_create_col_matcher()
916 if (!matcher->attr.max_num_of_at_attach) { in mlx5hws_matcher_attach_at()
935 matcher->attr.max_num_of_at_attach -= 1; in mlx5hws_matcher_attach_at()
963 matcher->at = kvcalloc(num_of_at + matcher->attr.max_num_of_at_attach, in hws_matcher_set_templates()
H A Dmlx5hws.h121 u8 max_num_of_at_attach; member
H A Dbwc.c63 attr->max_num_of_at_attach = MLX5HWS_BWC_MATCHER_ATTACH_AT_NUM; in hws_bwc_matcher_init_attr()