Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H 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)
H A Dsiw_main.c331 sdev->attrs.max_qp_wr = SIW_MAX_QP_WR; in siw_device_create()