Searched refs:num_labels (Results 1 – 4 of 4) sorted by relevance
105 #define MPLS_NH_VIA_OFF(num_labels) \ argument 106 ALIGN(sizeof(struct mpls_nh) + (num_labels) * sizeof(u32), \112 #define MPLS_NH_SIZE(num_labels, max_via_alen) \ argument 113 (MPLS_NH_VIA_OFF((num_labels)) + \
48 for (i = 0; i < vc4->num_labels; i++) { in vc4_bo_stats_print() 95 for (i = 0; i < vc4->num_labels; i++) { in vc4_get_user_label() 109 u32 new_label_count = vc4->num_labels + 1; in vc4_get_user_label() 120 free_slot = vc4->num_labels; in vc4_get_user_label() 122 vc4->num_labels = new_label_count; in vc4_get_user_label() 1021 vc4->num_labels = VC4_BO_TYPE_COUNT; in vc4_bo_cache_init() 1051 for (i = 0; i < vc4->num_labels; i++) { in vc4_bo_cache_destroy()
125 u32 num_labels; member
968 static int init_labels(struct nd_mapping *nd_mapping, int num_labels) in init_labels() argument 984 for (i = old_num_labels; i < num_labels; i++) { in init_labels() 996 return max(num_labels, old_num_labels); in init_labels() 1009 return max(num_labels, old_num_labels); in init_labels()