Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.h428 extern unsigned int hfi1_max_cqes;
Dverbs.c84 unsigned int hfi1_max_cqes = 0x2FFFFF; variable
85 module_param_named(max_cqes, hfi1_max_cqes, uint, S_IRUGO);
1418 rdi->dparms.props.max_cqe = hfi1_max_cqes; in hfi1_fill_device_attr()