Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/snic/
H A 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 */
15 atomic64_t max_io_sz; /* Max IO Size */
16 atomic64_t compl; /* IO Completions */
17 atomic64_t fail; /* IO Failures */
19 atomic64_t alloc_fail; /* Alloc Failures */
20 atomic64_t sc_null;
21 atomic64_t io_not_found; /* IO Not Found */
[all …]