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