Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dhfi.h997 #define NUM_MAP_ENTRIES 256 macro
H A Dchip.c13427 if (rmt_count > NUM_MAP_ENTRIES) { in set_up_context_variables()
13428 int over = rmt_count - NUM_MAP_ENTRIES; in set_up_context_variables()
14366 if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES) in init_qos()
14438 if (rmt->used + total_cnt >= NUM_MAP_ENTRIES) { in init_fecn_handling()
14453 offset = (u8)(NUM_MAP_ENTRIES + rmt->used - start); in init_fecn_handling()
14496 return (start + spare) > NUM_MAP_ENTRIES; in hfi1_is_rmt_full()