Searched refs:use_dsgl (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 69 extern int use_dsgl; 180 static inline int t4_max_fr_depth(struct c4iw_rdev *rdev, bool use_dsgl) in t4_max_fr_depth() argument 182 if (rdev->adap->params.ulptx_memwrite_dsgl && use_dsgl) in t4_max_fr_depth()
|
H A D | mem.c | 226 if (rdev->adap->params.ulptx_memwrite_dsgl && use_dsgl) { in write_adapter_mem() 628 max_num_sg > t4_max_fr_depth(&rhp->rdev, use_dsgl)) in c4iw_alloc_mr()
|
H A D | provider.c | 326 props->max_fast_reg_page_list_len = t4_max_fr_depth(&dev->rdev, use_dsgl); in c4iw_query_device()
|
H A D | cm.c | 1263 int use_dsgl = 1; variable 1264 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, use_dsgl, CTLFLAG_RWTUN, &use_dsgl, 0,
|
H A D | qp.c | 716 if (mhp->mpl_len > t4_max_fr_depth(&mhp->rhp->rdev, use_dsgl)) in build_memreg() 731 if (dsgl_supported && use_dsgl && (pbllen > max_fr_immd)) { in build_memreg()
|