Searched refs:size_of_at_array (Results 1 – 3 of 3) sorted by relevance
255 bwc_matcher->size_of_at_array = MLX5HWS_BWC_MATCHER_ATTACH_AT_NUM; in mlx5hws_bwc_matcher_create_simple()257 bwc_matcher->size_of_at_array); in mlx5hws_bwc_matcher_create_simple()781 if (unlikely(bwc_matcher->num_of_at >= bwc_matcher->size_of_at_array)) { in hws_bwc_matcher_extend_at()782 if (bwc_matcher->size_of_at_array >= MLX5HWS_MATCHER_MAX_AT) in hws_bwc_matcher_extend_at()784 bwc_matcher->size_of_at_array *= 2; in hws_bwc_matcher_extend_at()786 bwc_matcher->size_of_at_array * in hws_bwc_matcher_extend_at()790 bwc_matcher->size_of_at_array /= 2; in hws_bwc_matcher_extend_at()
1018 if (matcher->size_of_at_array >= MLX5HWS_MATCHER_MAX_AT) in hws_matcher_grow_at_array()1021 matcher->size_of_at_array *= 2; in hws_matcher_grow_at_array()1023 matcher->size_of_at_array * sizeof(*matcher->at), in hws_matcher_grow_at_array()1026 matcher->size_of_at_array /= 2; in hws_matcher_grow_at_array()1042 if (unlikely(matcher->num_of_at >= matcher->size_of_at_array)) { in mlx5hws_matcher_attach_at()1091 matcher->size_of_at_array = in hws_matcher_set_templates()1093 matcher->at = kvzalloc_objs(*matcher->at, matcher->size_of_at_array); in hws_matcher_set_templates()
67 u8 size_of_at_array; member