Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dinit.c1439 if (hfi1_cu > 128 || !is_power_of_2(hfi1_cu)) in hfi1_mod_init()
1440 hfi1_cu = 1; in hfi1_mod_init()
H A Ddriver.c86 unsigned int hfi1_cu = 1; variable
87 module_param_named(cu, hfi1_cu, uint, S_IRUGO);
H A Dhfi.h2239 extern unsigned int hfi1_cu;
H A Dchip.c14168 dd->vcu = cu_to_vcu(hfi1_cu); in init_early_variables()
/kernel/linux/linux-6.6/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()

Completed in 60 milliseconds