Lines Matching refs:inline_sg_cnt
60 pr_err("Setting inline_sg_cnt is not supported.\n");
75 pr_err("Max inline_sg_cnt is %u\n", VHOST_SCSI_PREALLOC_SGLS);
95 module_param_cb(inline_sg_cnt, &vhost_scsi_inline_sg_cnt_op, NULL, 0644);
96 MODULE_PARM_DESC(inline_sg_cnt, "Set the number of scatterlist entries to pre-allocate. The default is 2048.");
251 unsigned int inline_sg_cnt;
440 sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt);
448 sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt);
977 vs->inline_sg_cnt);
990 vs->inline_sg_cnt);
1002 vs->inline_sg_cnt);
1016 sg_free_table_chained(&cmd->table, vs->inline_sg_cnt);
1950 if (vs->inline_sg_cnt) {
1951 tv_cmd->sgl = kcalloc(vs->inline_sg_cnt,
1961 vs->inline_sg_cnt) {
1962 tv_cmd->prot_sgl = kcalloc(vs->inline_sg_cnt,
2285 vs->inline_sg_cnt = vhost_scsi_inline_sg_cnt;