Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/sw/siw/
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)
Dsiw_main.c364 sdev->attrs.max_qp_wr = SIW_MAX_QP_WR; in siw_device_create()
Dsiw_verbs.c324 if ((attrs->cap.max_send_wr > SIW_MAX_QP_WR) || in siw_create_qp()
325 (attrs->cap.max_recv_wr > SIW_MAX_QP_WR) || in siw_create_qp()