Home
last modified time | relevance | path

Searched defs:snic_io_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/snic/
Dsnic_stats.h7 struct snic_io_stats { struct
8 atomic64_t active; /* Active IOs */
9 atomic64_t max_active; /* Max # active IOs */
10 atomic64_t max_sgl; /* Max # SGLs for any IO */
11 atomic64_t max_time; /* Max time to process IO */
12 atomic64_t max_qtime; /* Max time to Queue the IO */
13 atomic64_t max_cmpl_time; /* Max time to complete the IO */
14 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */
15 atomic64_t max_io_sz; /* Max IO Size */
16 atomic64_t compl; /* IO Completions */
[all …]
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_stats.h21 struct snic_io_stats { struct
22 atomic64_t active; /* Active IOs */
23 atomic64_t max_active; /* Max # active IOs */
24 atomic64_t max_sgl; /* Max # SGLs for any IO */
25 atomic64_t max_time; /* Max time to process IO */
26 atomic64_t max_qtime; /* Max time to Queue the IO */
27 atomic64_t max_cmpl_time; /* Max time to complete the IO */
28 atomic64_t sgl_cnt[SNIC_MAX_SG_DESC_CNT]; /* SGL Counters */
29 atomic64_t max_io_sz; /* Max IO Size */
30 atomic64_t compl; /* IO Completions */
[all …]