Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_main.c396 sdev->attrs.max_srq_wr = SIW_MAX_SRQ_WR; in siw_device_create()
H A Dsiw.h34 #define SIW_MAX_SRQ_WR (SIW_MAX_QP_WR * 10) macro
H A Dsiw_verbs.c1600 if (attrs->max_wr == 0 || attrs->max_wr > SIW_MAX_SRQ_WR || in siw_create_srq()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_main.c346 sdev->attrs.max_srq_wr = SIW_MAX_SRQ_WR; in siw_device_create()
H A Dsiw.h34 #define SIW_MAX_SRQ_WR (SIW_MAX_QP_WR * 10) macro
H A Dsiw_verbs.c1610 if (attrs->max_wr == 0 || attrs->max_wr > SIW_MAX_SRQ_WR || in siw_create_srq()

Completed in 8 milliseconds