Home
last modified time | relevance | path

Searched refs:vl_arb_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dhfi.h719 struct vl_arb_cache { struct
893 struct vl_arb_cache vl_arb_cache[MAX_PRIO_TABLE]; member
Dchip.c11071 spin_lock_init(&ppd->vl_arb_cache[i].lock); in init_vl_arb_caches()
11080 static inline struct vl_arb_cache *
11085 spin_lock(&ppd->vl_arb_cache[idx].lock); in vl_arb_lock_cache()
11086 return &ppd->vl_arb_cache[idx]; in vl_arb_lock_cache()
11091 spin_unlock(&ppd->vl_arb_cache[idx].lock); in vl_arb_unlock_cache()
11094 static void vl_arb_get_cache(struct vl_arb_cache *cache, in vl_arb_get_cache()
11100 static void vl_arb_set_cache(struct vl_arb_cache *cache, in vl_arb_set_cache()
11106 static int vl_arb_match_cache(struct vl_arb_cache *cache, in vl_arb_match_cache()
11604 struct vl_arb_cache *vlc; in fm_get_table()
11657 struct vl_arb_cache *vlc; in fm_set_table()