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
213 bool allow_ext_sg; member
73 static bool allow_ext_sg; variable89 module_param(allow_ext_sg, bool, 0444);90 MODULE_PARM_DESC(allow_ext_sg,1755 !target->allow_ext_sg)) { in srp_map_data()3056 return sysfs_emit(buf, "%s\n", target->allow_ext_sg ? "true" : "false"); in allow_ext_sg_show()3059 static DEVICE_ATTR_RO(allow_ext_sg);3553 target->allow_ext_sg = !!token; in srp_parse_options()3667 target->allow_ext_sg = allow_ext_sg; in add_target_store()3703 if (!srp_dev->has_fr && !target->allow_ext_sg && in add_target_store()