Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dchip.h24 #define VL_ARB_TABLE_SIZE 16 macro
Dhfi.h722 struct ib_vl_weight_elem table[VL_ARB_TABLE_SIZE];
Dchip.c11055 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()
11057 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()
11097 memcpy(vl, cache->table, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_get_cache()
11103 memcpy(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_set_cache()
11109 return !memcmp(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_match_cache()