Searched refs:hfi1_qp_table_size (Results 1 – 3 of 3) sorted by relevance
14 extern unsigned int hfi1_qp_table_size;
20 unsigned int hfi1_qp_table_size = 256; variable21 module_param_named(qp_table_size, hfi1_qp_table_size, uint, S_IRUGO);
1823 dd->verbs_dev.rdi.dparms.qp_table_size = hfi1_qp_table_size; in hfi1_register_ib_device()