Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c1398 if (hfi1_cu > 128 || !is_power_of_2(hfi1_cu)) in hfi1_mod_init()
1399 hfi1_cu = 1; in hfi1_mod_init()
H A Ddriver.c39 unsigned int hfi1_cu = 1; variable
40 module_param_named(cu, hfi1_cu, uint, S_IRUGO);
H A Dhfi.h2186 extern unsigned int hfi1_cu;
H A Dchip.c14129 dd->vcu = cu_to_vcu(hfi1_cu); in init_early_variables()