Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dst.c84 static int max_sg_segs; variable
106 module_param_named(max_sg_segs, max_sg_segs, int, 0);
107 MODULE_PARM_DESC(max_sg_segs, "Maximum number of scatter/gather segments to use (256)");
4093 if (max_sg_segs >= ST_FIRST_SG) in validate_options()
4094 st_max_sg_segs = max_sg_segs; in validate_options()
4518 static DRIVER_ATTR_RO(max_sg_segs);
/linux-6.1.9/Documentation/scsi/
Dst.rst311 max_sg_segs) and the number of segments used in phases 1 and 2
341 max_sg_segs=xxx the maximum number of scatter/gather
358 segments, the parameter 'st.max_sg_segs=xx' should be used (xx is the