Lines Matching defs:asc_stats
2197 struct asc_stats { struct
2199 unsigned int queuecommand; /* # calls to advansys_queuecommand() */
2200 unsigned int reset; /* # calls to advansys_eh_bus_reset() */
2201 unsigned int biosparam; /* # calls to advansys_biosparam() */
2202 unsigned int interrupt; /* # advansys_interrupt() calls */
2203 unsigned int callback; /* # calls to asc/adv_isr_callback() */
2204 unsigned int done; /* # calls to request's scsi_done function */
2205 unsigned int build_error; /* # asc/adv_build_req() ASC_ERROR returns. */
2206 unsigned int adv_build_noreq; /* # adv_build_req() adv_req_t alloc. fail. */
2207 unsigned int adv_build_nosg; /* # adv_build_req() adv_sgblk_t alloc. fail. */
2209 unsigned int exe_noerror; /* # ASC_NOERROR returns. */
2210 unsigned int exe_busy; /* # ASC_BUSY returns. */
2211 unsigned int exe_error; /* # ASC_ERROR returns. */
2212 unsigned int exe_unknown; /* # unknown returns. */
2214 unsigned int xfer_cnt; /* # I/O requests received */
2215 unsigned int xfer_elem; /* # scatter-gather elements */
2216 unsigned int xfer_sect; /* # 512-byte blocks */
2253 struct asc_stats asc_stats; /* Board statistics */ member