Home
last modified time | relevance | path

Searched refs:SNIC_MAX_SG_DESC_CNT (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_io.h22 #define SNIC_MAX_SG_DESC_CNT 60 /* Max descriptor for sgl */ macro
37 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT];
H A Dsnic_stats.h28 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */
H A Dsnic_ctl.c202 if (max_sgs && max_sgs < SNIC_MAX_SG_DESC_CNT) { in snic_io_exch_ver_cmpl_handler()
H A Dsnic_debugfs.c227 for (i = 0; i < SNIC_MAX_SG_DESC_CNT; i++) { in snic_stats_show()
H A Dsnic_io.c268 SNIC_BUG_ON(sg_cnt > SNIC_MAX_SG_DESC_CNT); in snic_req_init()
H A Dsnic_main.c130 .sg_tablesize = SNIC_MAX_SG_DESC_CNT,
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dsnic_io.h8 #define SNIC_MAX_SG_DESC_CNT 60 /* Max descriptor for sgl */ macro
23 struct snic_sg_desc sg_desc[SNIC_MAX_SG_DESC_CNT];
H A Dsnic_stats.h14 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */
H A Dsnic_ctl.c185 if (max_sgs && max_sgs < SNIC_MAX_SG_DESC_CNT) { in snic_io_exch_ver_cmpl_handler()
H A Dsnic_debugfs.c213 for (i = 0; i < SNIC_MAX_SG_DESC_CNT; i++) { in snic_stats_show()
H A Dsnic_io.c254 SNIC_BUG_ON(sg_cnt > SNIC_MAX_SG_DESC_CNT); in snic_req_init()
H A Dsnic_main.c116 .sg_tablesize = SNIC_MAX_SG_DESC_CNT,

Completed in 11 milliseconds