Home
last modified time | relevance | path

Searched refs:SCSI_INLINE_SG_CNT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c49 #define SCSI_INLINE_SG_CNT 0 macro
52 #define SCSI_INLINE_SG_CNT 2 macro
525 SCSI_INLINE_SG_CNT); in scsi_free_sgtables()
1032 cmd->sdb.table.sgl, SCSI_INLINE_SG_CNT))) in scsi_alloc_sgtables()
1547 return min_t(unsigned int, shost->sg_tablesize, SCSI_INLINE_SG_CNT) * in scsi_mq_inline_sgl_size()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c50 #define SCSI_INLINE_SG_CNT 0 macro
53 #define SCSI_INLINE_SG_CNT 2 macro
489 SCSI_INLINE_SG_CNT); in scsi_free_sgtables()
1042 cmd->sdb.table.sgl, SCSI_INLINE_SG_CNT))) in scsi_alloc_sgtables()
1540 return min_t(unsigned int, shost->sg_tablesize, SCSI_INLINE_SG_CNT) * in scsi_mq_inline_sgl_size()

Completed in 8 milliseconds