Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-ib_srp36 * cmd_sg_entries, a number in the range 1..255 that specifies
39 parameter cmd_sg_entries defines the maximum S/G list length
54 ib_srp. Specifying a value that exceeds cmd_sg_entries is
98 What: /sys/class/scsi_host/host<n>/cmd_sg_entries
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c68 static unsigned int cmd_sg_entries; variable
78 module_param(cmd_sg_entries, uint, 0444);
79 MODULE_PARM_DESC(cmd_sg_entries,
2764 static DEVICE_ATTR(cmd_sg_entries, S_IRUGO, show_cmd_sg_entries, NULL);
3217 target->cmd_sg_cnt = cmd_sg_entries; in srp_create_target()
3218 target->sg_tablesize = indirect_sg_entries ? : cmd_sg_entries; in srp_create_target()
3594 if (!cmd_sg_entries) in srp_init_module()
3595 cmd_sg_entries = srp_sg_tablesize; in srp_init_module()
3598 if (!cmd_sg_entries) in srp_init_module()
3599 cmd_sg_entries = SRP_DEF_SG_TABLESIZE; in srp_init_module()
[all …]