Home
last modified time | relevance | path

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

/linux/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.c340 sdev->attrs.max_pd = SIW_MAX_PD; in siw_device_create()
H A Dsiw_verbs.c245 if (atomic_inc_return(&sdev->num_pd) > SIW_MAX_PD) { in siw_alloc_pd()