Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dmem.c40 int use_dsgl = 0; variable
41 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()
Dt4.h81 static inline int t4_max_fr_depth(int use_dsgl) in t4_max_fr_depth() argument
83 return use_dsgl ? T4_MAX_FR_DSGL_DEPTH : T4_MAX_FR_IMMD_DEPTH; in t4_max_fr_depth()
Dprovider.c342 props->max_fast_reg_page_list_len = t4_max_fr_depth(use_dsgl); in c4iw_query_device()
Diw_cxgb4.h1031 extern int use_dsgl;
Dqp.c622 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()