Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dhfi.h997 #define NUM_MAP_ENTRIES 256 macro
H A Dchip.c13445 if (rmt_count > NUM_MAP_ENTRIES) { in set_up_context_variables()
13446 int over = rmt_count - NUM_MAP_ENTRIES; in set_up_context_variables()
14384 if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES) in init_qos()
14456 if (rmt->used + total_cnt >= NUM_MAP_ENTRIES) { in init_fecn_handling()
14471 offset = (u8)(NUM_MAP_ENTRIES + rmt->used - start); in init_fecn_handling()
14514 return (start + spare) > NUM_MAP_ENTRIES; in hfi1_is_rmt_full()