Home
last modified time | relevance | path

Searched refs:VL_ARB_TABLE_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.h66 #define VL_ARB_TABLE_SIZE 16 macro
H A Dhfi.h769 struct ib_vl_weight_elem table[VL_ARB_TABLE_SIZE];
H A Dchip.c11096 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()
11098 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()
11138 memcpy(vl, cache->table, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_get_cache()
11144 memcpy(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_set_cache()
11150 return !memcmp(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_match_cache()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.h24 #define VL_ARB_TABLE_SIZE 16 macro
H A Dhfi.h722 struct ib_vl_weight_elem table[VL_ARB_TABLE_SIZE];
H A Dchip.c11057 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()
11059 BUILD_BUG_ON(VL_ARB_TABLE_SIZE != in init_vl_arb_caches()
11099 memcpy(vl, cache->table, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_get_cache()
11105 memcpy(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_set_cache()
11111 return !memcmp(cache->table, vl, VL_ARB_TABLE_SIZE * sizeof(*vl)); in vl_arb_match_cache()

Completed in 58 milliseconds