Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/ulp/srp/
Dib_srp.c72 static unsigned int indirect_sg_entries; variable
86 module_param(indirect_sg_entries, uint, 0444);
87 MODULE_PARM_DESC(indirect_sg_entries,
3806 target->sg_tablesize = indirect_sg_entries ? : cmd_sg_entries; in srp_create_target()
4271 if (!indirect_sg_entries) in srp_init_module()
4272 indirect_sg_entries = cmd_sg_entries; in srp_init_module()
4273 else if (indirect_sg_entries < cmd_sg_entries) { in srp_init_module()
4276 indirect_sg_entries = cmd_sg_entries; in srp_init_module()
4279 if (indirect_sg_entries > SG_MAX_SEGMENTS) { in srp_init_module()
4282 indirect_sg_entries = SG_MAX_SEGMENTS; in srp_init_module()