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.c95 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…
254 unsigned int inline_sg_cnt; member
443 sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()
451 sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()
980 vs->inline_sg_cnt); in vhost_scsi_mapal()
993 vs->inline_sg_cnt); in vhost_scsi_mapal()
1005 vs->inline_sg_cnt); in vhost_scsi_mapal()
1019 sg_free_table_chained(&cmd->table, vs->inline_sg_cnt); in vhost_scsi_mapal()
1953 if (vs->inline_sg_cnt) { in vhost_scsi_setup_vq_cmds()
[all …]