Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw.h31 #define SIW_MAX_PD SIW_MAX_QP macro
35 #define SIW_MAX_CONTEXT SIW_MAX_PD
H A Dsiw_main.c393 sdev->attrs.max_pd = SIW_MAX_PD; in siw_device_create()
H A Dsiw_verbs.c228 if (atomic_inc_return(&sdev->num_pd) > SIW_MAX_PD) { in siw_alloc_pd()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw.h31 #define SIW_MAX_PD SIW_MAX_QP macro
35 #define SIW_MAX_CONTEXT SIW_MAX_PD
H A Dsiw_main.c343 sdev->attrs.max_pd = SIW_MAX_PD; in siw_device_create()
H A Dsiw_verbs.c230 if (atomic_inc_return(&sdev->num_pd) > SIW_MAX_PD) { in siw_alloc_pd()

Completed in 10 milliseconds