Searched refs:indirect_sg_entries (Results 1 – 1 of 1) sorted by relevance
72 static unsigned int indirect_sg_entries; variable85 module_param(indirect_sg_entries, uint, 0444);86 MODULE_PARM_DESC(indirect_sg_entries,3656 target->sg_tablesize = indirect_sg_entries ? : cmd_sg_entries; in srp_create_target()4116 if (!indirect_sg_entries) in srp_init_module()4117 indirect_sg_entries = cmd_sg_entries; in srp_init_module()4118 else if (indirect_sg_entries < cmd_sg_entries) { in srp_init_module()4121 indirect_sg_entries = cmd_sg_entries; in srp_init_module()4124 if (indirect_sg_entries > SG_MAX_SEGMENTS) { in srp_init_module()4127 indirect_sg_entries = SG_MAX_SEGMENTS; in srp_init_module()