Lines Matching defs:asc_stats
2216 struct asc_stats { struct
2218 unsigned int queuecommand; /* # calls to advansys_queuecommand() */
2219 unsigned int reset; /* # calls to advansys_eh_bus_reset() */
2220 unsigned int biosparam; /* # calls to advansys_biosparam() */
2221 unsigned int interrupt; /* # advansys_interrupt() calls */
2222 unsigned int callback; /* # calls to asc/adv_isr_callback() */
2223 unsigned int done; /* # calls to request's scsi_done function */
2224 unsigned int build_error; /* # asc/adv_build_req() ASC_ERROR returns. */
2225 unsigned int adv_build_noreq; /* # adv_build_req() adv_req_t alloc. fail. */
2226 unsigned int adv_build_nosg; /* # adv_build_req() adv_sgblk_t alloc. fail. */
2228 unsigned int exe_noerror; /* # ASC_NOERROR returns. */
2229 unsigned int exe_busy; /* # ASC_BUSY returns. */
2230 unsigned int exe_error; /* # ASC_ERROR returns. */
2231 unsigned int exe_unknown; /* # unknown returns. */
2233 unsigned int xfer_cnt; /* # I/O requests received */
2234 unsigned int xfer_elem; /* # scatter-gather elements */
2235 unsigned int xfer_sect; /* # 512-byte blocks */
2272 struct asc_stats asc_stats; /* Board statistics */ member