Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h94 struct csio_scsi_stats { struct
95 uint64_t n_tot_success; /* Total number of good I/Os */
96 uint32_t n_rn_nr_error; /* No. of remote-node-not-
99 uint32_t n_hw_nr_error; /* No. of hw-module-not-
102 uint32_t n_dmamap_error; /* No. of DMA map erros */
103 uint32_t n_unsupp_sge_error; /* No. of too-many-SGes
106 uint32_t n_no_req_error; /* No. of Out-of-ioreqs error */
107 uint32_t n_busy_error; /* No. of -EBUSY errors */
108 uint32_t n_hosterror; /* No. of FW_HOSTERROR I/O */
109 uint32_t n_rsperror; /* No. of response errors */
[all …]