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
200 bool allow_ext_sg; member
73 static bool allow_ext_sg; variable90 module_param(allow_ext_sg, bool, 0444);91 MODULE_PARM_DESC(allow_ext_sg,1880 !target->allow_ext_sg)) { in srp_map_data()3167 return sprintf(buf, "%s\n", target->allow_ext_sg ? "true" : "false"); in show_allow_ext_sg()3185 static DEVICE_ATTR(allow_ext_sg, S_IRUGO, show_allow_ext_sg, NULL);3660 target->allow_ext_sg = !!token; in srp_parse_options()3753 target->allow_ext_sg = allow_ext_sg; in srp_create_target()3791 if (!srp_dev->has_fmr && !srp_dev->has_fr && !target->allow_ext_sg && in srp_create_target()