Searched defs:snic_io_stats (Results 1 – 1 of 1) sorted by relevance
21 struct snic_io_stats { struct22 atomic64_t active; /* Active IOs */23 atomic64_t max_active; /* Max # active IOs */24 atomic64_t max_sgl; /* Max # SGLs for any IO */29 atomic64_t max_io_sz; /* Max IO Size */30 atomic64_t compl; /* IO Completions */31 atomic64_t fail; /* IO Failures */33 atomic64_t alloc_fail; /* Alloc Failures */34 atomic64_t sc_null;35 atomic64_t io_not_found; /* IO Not Found */[all …]
Completed in 4 milliseconds