Searched refs:hfi1_qp_table_size (Results 1 – 1 of 1) sorted by relevance
66 static unsigned int hfi1_qp_table_size = 256; variable67 module_param_named(qp_table_size, hfi1_qp_table_size, uint, S_IRUGO);1473 dev->qp_dev->qp_table_size = hfi1_qp_table_size; in hfi1_qp_init()1474 dev->qp_dev->qp_table_bits = ilog2(hfi1_qp_table_size); in hfi1_qp_init()