Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dscsi.c60 pr_err("Setting inline_sg_cnt is not supported.\n"); in vhost_scsi_set_inline_sg_cnt()
75 pr_err("Max inline_sg_cnt is %u\n", VHOST_SCSI_PREALLOC_SGLS); in vhost_scsi_set_inline_sg_cnt()
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; member
440 sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()
448 sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()
977 vs->inline_sg_cnt); in vhost_scsi_mapal()
990 vs->inline_sg_cnt); in vhost_scsi_mapal()
1002 vs->inline_sg_cnt); in vhost_scsi_mapal()
[all...]