Home
last modified time | relevance | path

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

/drivers/infiniband/hw/ehca/
Dehca_main.c78 module_param_named(hw_level, ehca_hw_level, int, S_IRUGO);
94 MODULE_PARM_DESC(hw_level,
332 shca->hw_level = 0x10 | (revid + 1); in ehca_sense_attributes()
334 shca->hw_level = 0x14; in ehca_sense_attributes()
337 shca->hw_level = 0x21; in ehca_sense_attributes()
339 shca->hw_level = 0x22; in ehca_sense_attributes()
341 shca->hw_level = 0x23; in ehca_sense_attributes()
344 if (!shca->hw_level) { in ehca_sense_attributes()
347 shca->hw_level = 0x22; in ehca_sense_attributes()
350 shca->hw_level = ehca_hw_level; in ehca_sense_attributes()
[all …]
Dehca_classes.h117 int hw_level; member
Dehca_qp.c1387 (shca->hw_level >= 0x22)) { in internal_modify_qp()