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