Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dhfi.h997 #define NUM_MAP_ENTRIES 256 macro
Dchip.c13438 if (rmt_count + n_usr_ctxts > NUM_MAP_ENTRIES) { in set_up_context_variables()
13439 user_rmt_reduced = NUM_MAP_ENTRIES - rmt_count; in set_up_context_variables()
14375 if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES) in init_qos()
14447 if (rmt->used + total_cnt >= NUM_MAP_ENTRIES) { in init_fecn_handling()
14462 offset = (u8)(NUM_MAP_ENTRIES + rmt->used - start); in init_fecn_handling()
14505 return (start + spare) > NUM_MAP_ENTRIES; in hfi1_is_rmt_full()