Lines Matching refs:access_count
961 errdef.access_count = errdef_32.access_count; in bofi_ioctl()
1051 errdef_32.access_count = errdef.access_count; in bofi_ioctl()
1235 errstate.access_count = errstate_32.access_count; in bofi_ioctl()
1289 errstate_32.access_count = errstate.access_count; in bofi_ioctl()
1354 errstate.access_count = errstate_32.access_count; in bofi_ioctl()
1409 errstate_32.access_count = errstate.access_count; in bofi_ioctl()
2027 if (ep->errdef.access_count == 0 && in bofi_clear_acc_chk()
2060 if (ep->errdef.access_count == 0) { in bofi_clear_errors()
2099 ep->errdef.access_count = 0; in bofi_clear_errdefs()
2140 ep->errstate.access_count = ep->errdef.access_count; in bofi_errdef_check()
2199 ep->errstate.access_count = ep->errdef.access_count; in bofi_errdef_check_w()
2257 else if (repcount == 0 && edp->access_count > 0 && in log_acc_event()
2259 edp->access_count += 1; in log_acc_event()
2278 if ((log->flags & BOFI_LOG_WRAP) && edp->access_count <= 1) { in log_acc_event()
2280 edp->access_count = log->logsize; in log_acc_event()
2306 if ((ep->errdef.access_count || in do_dma_corrupt()
2329 if (ep->errdef.access_count > 1) { in do_dma_corrupt()
2330 ep->errdef.access_count--; in do_dma_corrupt()
2333 ep->errdef.access_count = 0; in do_dma_corrupt()
2437 if (ep->errdef.access_count > 1) { in do_pior_corrupt()
2438 ep->errdef.access_count--; in do_pior_corrupt()
2450 ep->errdef.access_count = 0; in do_pior_corrupt()
2554 if (ep->errdef.access_count > 1) { in do_piow_corrupt()
2555 ep->errdef.access_count--; in do_piow_corrupt()
2562 ep->errdef.access_count = 0; in do_piow_corrupt()
4317 if ((ep->errdef.access_count || in bofi_intercept_intr()
4321 if (ep->errdef.access_count > 1) { in bofi_intercept_intr()
4322 ep->errdef.access_count--; in bofi_intercept_intr()
4325 ep->errdef.access_count = 0; in bofi_intercept_intr()
4398 if (lp->errentp->errdef.access_count == 0 && in bofi_check_acc_hdl()
4439 if (lp->errentp->errdef.access_count == 0 && in bofi_check_dma_hdl()