Searched refs:inline_sg_cnt (Results 1 – 1 of 1) sorted by relevance
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…254 unsigned int inline_sg_cnt; member441 sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()449 sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt); in vhost_scsi_release_cmd_res()978 vs->inline_sg_cnt); in vhost_scsi_mapal()991 vs->inline_sg_cnt); in vhost_scsi_mapal()1003 vs->inline_sg_cnt); in vhost_scsi_mapal()1017 sg_free_table_chained(&cmd->table, vs->inline_sg_cnt); in vhost_scsi_mapal()1948 if (vs->inline_sg_cnt) { in vhost_scsi_setup_vq_cmds()[all …]