Home
last modified time | relevance | path

Searched refs:hfi1_max_qp_wrs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.c92 unsigned int hfi1_max_qp_wrs = 0x3FFF; variable
93 module_param_named(max_qp_wrs, hfi1_max_qp_wrs, uint, S_IRUGO);
1399 props->max_qp_wr = hfi1_max_qp_wrs; in query_device()
Dqp.c1026 init_attr->cap.max_send_wr > hfi1_max_qp_wrs || in hfi1_create_qp()
1035 init_attr->cap.max_recv_wr > hfi1_max_qp_wrs) { in hfi1_create_qp()
Dverbs.h1128 extern unsigned int hfi1_max_qp_wrs;