Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c449 u16 threshold_comps = 0; in mpi3mr_process_admin_reply_q() local
476 threshold_comps++; in mpi3mr_process_admin_reply_q()
487 if (threshold_comps == MPI3MR_THRESHOLD_REPLY_COUNT) { in mpi3mr_process_admin_reply_q()
490 threshold_comps = 0; in mpi3mr_process_admin_reply_q()
545 u16 req_q_idx = 0, reply_qidx, threshold_comps = 0; in mpi3mr_process_op_reply_q() local
576 threshold_comps++; in mpi3mr_process_op_reply_q()
598 if (threshold_comps == MPI3MR_THRESHOLD_REPLY_COUNT) { in mpi3mr_process_op_reply_q()
601 atomic_sub(threshold_comps, &op_reply_q->pend_ios); in mpi3mr_process_op_reply_q()
602 threshold_comps = 0; in mpi3mr_process_op_reply_q()
610 atomic_sub(threshold_comps, &op_reply_q->pend_ios); in mpi3mr_process_op_reply_q()