Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dverbs.h508 extern unsigned int hfi1_max_cqes;
Dverbs.c86 unsigned int hfi1_max_cqes = 0x2FFFFF; variable
87 module_param_named(max_cqes, hfi1_max_cqes, uint, S_IRUGO);
1363 rdi->dparms.props.max_cqe = hfi1_max_cqes; in hfi1_fill_device_attr()