Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
A Dsiw.h23 #define SIW_MAX_QP_WR (1024 * 32) macro
29 #define SIW_MAX_CQE (SIW_MAX_QP_WR * 100)
34 #define SIW_MAX_SRQ_WR (SIW_MAX_QP_WR * 10)
A Dsiw_main.c331 sdev->attrs.max_qp_wr = SIW_MAX_QP_WR; in siw_device_create()
A Dsiw_verbs.c338 if ((attrs->cap.max_send_wr > SIW_MAX_QP_WR) || in siw_create_qp()
339 (attrs->cap.max_recv_wr > SIW_MAX_QP_WR) || in siw_create_qp()

Completed in 635 milliseconds