Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dchip.c14315 uint max_by_vl = 0; in qos_rmt_entries() local
14325 if (krcvqs[i] > max_by_vl) in qos_rmt_entries()
14326 max_by_vl = krcvqs[i]; in qos_rmt_entries()
14327 if (max_by_vl > 32) in qos_rmt_entries()
14329 m = ilog2(__roundup_pow_of_two(max_by_vl)); in qos_rmt_entries()