Searched refs:VL_ARB_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
71 #define VL_ARB_TABLE_SIZE 16 macro
539 struct ib_vl_weight_elem table[VL_ARB_TABLE_SIZE];
6841 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()6843 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()6883 memcpy(vl, cache->table, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_get_cache()6889 memcpy(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_set_cache()6895 return !memcmp(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_match_cache()