Searched refs:allow_ext_sg (Results 1 – 3 of 3) sorted by relevance
39 SRP_CMD information unit itself. With allow_ext_sg=0 the43 * allow_ext_sg, whether ib_srp is allowed to include a partial48 transfer. Setting allow_ext_sg to 1 increases the maximum57 (allow_ext_sg=1).86 What: /sys/class/scsi_host/host<n>/allow_ext_sg
214 bool allow_ext_sg; member
70 static bool allow_ext_sg; variable 86 module_param(allow_ext_sg, bool, 0444);87 MODULE_PARM_DESC(allow_ext_sg,1751 !target->allow_ext_sg)) { in srp_map_data() 3058 return sysfs_emit(buf, "%s\n", target->allow_ext_sg ? "true" : "false");3061 static DEVICE_ATTR_RO(allow_ext_sg);3288 { SRP_OPT_ALLOW_EXT_SG, "allow_ext_sg=%u" },3590 pr_warn("bad allow_ext_sg parameter '%s'\n", p); in srp_parse_options() 3593 target->allow_ext_sg = !!token; in srp_parse_options() 3743 target->allow_ext_sg in add_target_store() [all...]