Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.h463 extern unsigned int hfi1_max_cqes;
H A Dverbs.c44 unsigned int hfi1_max_cqes = 0x2FFFFF; variable
45 module_param_named(max_cqes, hfi1_max_cqes, uint, S_IRUGO);
1321 rdi->dparms.props.max_cqe = hfi1_max_cqes; in hfi1_fill_device_attr()