Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dhfi.h975 #define NUM_MAP_ENTRIES 256 macro
1356 return (dd->vnic.rmt_start + spare) > NUM_MAP_ENTRIES; in hfi1_vnic_is_rsm_full()
Dchip.c13454 if (qos_rmt_count + n_usr_ctxts > NUM_MAP_ENTRIES) { in set_up_context_variables()
13455 user_rmt_reduced = NUM_MAP_ENTRIES - qos_rmt_count; in set_up_context_variables()
14382 if (rmt->used + rmt_entries >= NUM_MAP_ENTRIES) in init_qos()
14445 if (rmt->used + dd->num_user_contexts >= NUM_MAP_ENTRIES) { in init_user_fecn_handling()
14460 offset = (u8)(NUM_MAP_ENTRIES + (int)rmt->used - in init_user_fecn_handling()