Searched refs:allow_ext_sg (Results 1 – 3 of 3) sorted by relevance
38 SRP_CMD information unit itself. With allow_ext_sg=0 the42 * allow_ext_sg, whether ib_srp is allowed to include a partial47 transfer. Setting allow_ext_sg to 1 increases the maximum56 (allow_ext_sg=1).83 What: /sys/class/scsi_host/host<n>/allow_ext_sg
194 bool allow_ext_sg; member
70 static bool allow_ext_sg; variable86 module_param(allow_ext_sg, bool, 0444);87 MODULE_PARM_DESC(allow_ext_sg,1638 !target->allow_ext_sg)) { in srp_map_data()2747 return sprintf(buf, "%s\n", target->allow_ext_sg ? "true" : "false"); in show_allow_ext_sg()2765 static DEVICE_ATTR(allow_ext_sg, S_IRUGO, show_allow_ext_sg, NULL);3128 target->allow_ext_sg = !!token; in srp_parse_options()3219 target->allow_ext_sg = allow_ext_sg; in srp_create_target()3247 if (!srp_dev->has_fmr && !srp_dev->has_fr && !target->allow_ext_sg && in srp_create_target()