Home
last modified time | relevance | path

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

/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp37 * cmd_sg_entries, a number in the range 1..255 that specifies
40 parameter cmd_sg_entries defines the maximum S/G list length
55 ib_srp. Specifying a value that exceeds cmd_sg_entries is
101 What: /sys/class/scsi_host/host<n>/cmd_sg_entries
/linux-6.15/drivers/infiniband/ulp/srp/
H A Dib_srp.c66 static unsigned int cmd_sg_entries; variable
76 module_param(cmd_sg_entries, uint, 0444);
77 MODULE_PARM_DESC(cmd_sg_entries,
3032 static DEVICE_ATTR_RO(cmd_sg_entries);
3721 target->cmd_sg_cnt = cmd_sg_entries; in add_target_store()
4143 if (!cmd_sg_entries) in srp_init_module()
4144 cmd_sg_entries = srp_sg_tablesize; in srp_init_module()
4147 if (!cmd_sg_entries) in srp_init_module()
4150 if (cmd_sg_entries > 255) { in srp_init_module()
4152 cmd_sg_entries = 255; in srp_init_module()
[all …]