Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dst.c81 static int max_sg_segs; variable
103 module_param_named(max_sg_segs, max_sg_segs, int, 0);
104 MODULE_PARM_DESC(max_sg_segs, "Maximum number of scatter/gather segments to use (256)");
4105 if (max_sg_segs >= ST_FIRST_SG) in validate_options()
4106 st_max_sg_segs = max_sg_segs; in validate_options()
4554 static DRIVER_ATTR_RO(max_sg_segs);
/Linux-v5.4/Documentation/scsi/
Dst.txt284 max_sg_segs) and the number of segments used in phases 1 and 2
312 max_sg_segs=xxx the maximum number of scatter/gather
327 segments, the parameter 'st.max_sg_segs=xx' should be used (xx is the