Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dhfi.h1048 #define NUM_MAP_ENTRIES 256 macro
H A Dchip.c13479 if (rmt_count + n_usr_ctxts > NUM_MAP_ENTRIES) { in set_up_context_variables()
13480 user_rmt_reduced = NUM_MAP_ENTRIES - rmt_count; in set_up_context_variables()
14416 if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES) in init_qos()
14488 if (rmt->used + total_cnt >= NUM_MAP_ENTRIES) { in init_fecn_handling()
14503 offset = (u8)(NUM_MAP_ENTRIES + rmt->used - start); in init_fecn_handling()
14546 return (start + spare) > NUM_MAP_ENTRIES; in hfi1_is_rmt_full()