Searched refs:use_dsgl (Results 1 – 5 of 5) sorted by relevance
40 int use_dsgl = 0; variable41 module_param(use_dsgl, int, 0644);42 MODULE_PARM_DESC(use_dsgl, "Use DSGL for PBL/FastReg (default=0)");227 if (is_t5(rdev->lldi.adapter_type) && use_dsgl) { in write_adapter_mem()869 max_num_sg > t4_max_fr_depth(use_dsgl)) in c4iw_alloc_mr()
81 static inline int t4_max_fr_depth(int use_dsgl) in t4_max_fr_depth() argument83 return use_dsgl ? T4_MAX_FR_DSGL_DEPTH : T4_MAX_FR_IMMD_DEPTH; in t4_max_fr_depth()
342 props->max_fast_reg_page_list_len = t4_max_fr_depth(use_dsgl); in c4iw_query_device()
1031 extern int use_dsgl;
622 if (mhp->mpl_len > t4_max_fr_depth(use_dsgl)) in build_memreg()636 if (t5dev && use_dsgl && (pbllen > max_fr_immd)) { in build_memreg()