Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h86 static inline int t4_max_fr_depth(int use_dsgl) in t4_max_fr_depth() argument
88 return use_dsgl ? T4_MAX_FR_DSGL_DEPTH : T4_MAX_FR_IMMD_DEPTH; in t4_max_fr_depth()
H A Dprovider.c297 t4_max_fr_depth(dev->rdev.lldi.ulptx_memwrite_dsgl && use_dsgl); in c4iw_query_device()
H A Dqp.c827 if (mhp->mpl_len > t4_max_fr_depth(dsgl_supported && use_dsgl)) in build_memreg()
841 if (dsgl_supported && use_dsgl && (pbllen > max_fr_immd)) { in build_memreg()