Searched refs:cmd_sg_entries (Results 1 – 2 of 2) sorted by relevance
37 * cmd_sg_entries, a number in the range 1..255 that specifies40 parameter cmd_sg_entries defines the maximum S/G list length55 ib_srp. Specifying a value that exceeds cmd_sg_entries is101 What: /sys/class/scsi_host/host<n>/cmd_sg_entries
71 static unsigned int cmd_sg_entries; variable81 module_param(cmd_sg_entries, uint, 0444);82 MODULE_PARM_DESC(cmd_sg_entries,3046 static DEVICE_ATTR_RO(cmd_sg_entries);3667 target->cmd_sg_cnt = cmd_sg_entries; in add_target_store()3668 target->sg_tablesize = indirect_sg_entries ? : cmd_sg_entries; in add_target_store()4090 if (!cmd_sg_entries) in srp_init_module()4091 cmd_sg_entries = srp_sg_tablesize; in srp_init_module()4094 if (!cmd_sg_entries) in srp_init_module()4095 cmd_sg_entries = SRP_DEF_SG_TABLESIZE; in srp_init_module()[all …]