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

/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c14316 uint max_by_vl = 0; local
14326 if (krcvqs[i] > max_by_vl)
14327 max_by_vl = krcvqs[i];
14328 if (max_by_vl > 32)
14330 m = ilog2(__roundup_pow_of_two(max_by_vl));

Completed in 148 milliseconds