Home
last modified time | relevance | path

Searched refs:threshold_comps (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c446 u16 threshold_comps = 0; in mpi3mr_process_admin_reply_q() local
470 threshold_comps++; in mpi3mr_process_admin_reply_q()
481 if (threshold_comps == MPI3MR_THRESHOLD_REPLY_COUNT) { in mpi3mr_process_admin_reply_q()
484 threshold_comps = 0; in mpi3mr_process_admin_reply_q()
539 u16 req_q_idx = 0, reply_qidx, threshold_comps = 0; in mpi3mr_process_op_reply_q() local
570 threshold_comps++; in mpi3mr_process_op_reply_q()
592 if (threshold_comps == MPI3MR_THRESHOLD_REPLY_COUNT) { in mpi3mr_process_op_reply_q()
595 atomic_sub(threshold_comps, &op_reply_q->pend_ios); in mpi3mr_process_op_reply_q()
596 threshold_comps = 0; in mpi3mr_process_op_reply_q()
604 atomic_sub(threshold_comps, &op_reply_q->pend_ios); in mpi3mr_process_op_reply_q()