Home
last modified time | relevance | path

Searched refs:SIW_MAX_QP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw.h22 #define SIW_MAX_QP (1024 * 100) macro
30 #define SIW_MAX_MR (SIW_MAX_QP * 10)
31 #define SIW_MAX_PD SIW_MAX_QP
33 #define SIW_MAX_SRQ SIW_MAX_QP
H A Dsiw_main.c208 for (i = 0, min_use = SIW_MAX_QP; i < num_cpus; in siw_get_tx_cpu()
384 sdev->attrs.max_qp = SIW_MAX_QP; in siw_device_create()
H A Dsiw_verbs.c309 if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) { in siw_create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw.h22 #define SIW_MAX_QP (1024 * 100) macro
30 #define SIW_MAX_MR (SIW_MAX_QP * 10)
31 #define SIW_MAX_PD SIW_MAX_QP
33 #define SIW_MAX_SRQ SIW_MAX_QP
H A Dsiw_main.c184 for (i = 0, min_use = SIW_MAX_QP; i < num_cpus; in siw_get_tx_cpu()
334 sdev->attrs.max_qp = SIW_MAX_QP; in siw_device_create()
H A Dsiw_verbs.c314 if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) { in siw_create_qp()

Completed in 9 milliseconds