Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c458 u16 threshold_comps = 0; in mpi3mr_process_admin_reply_q() local
485 threshold_comps++; in mpi3mr_process_admin_reply_q()
496 if (threshold_comps == MPI3MR_THRESHOLD_REPLY_COUNT) { in mpi3mr_process_admin_reply_q()
499 threshold_comps = 0; in mpi3mr_process_admin_reply_q()
554 u16 req_q_idx = 0, reply_qidx, threshold_comps = 0; in mpi3mr_process_op_reply_q() local
585 threshold_comps++; in mpi3mr_process_op_reply_q()
608 if (threshold_comps == MPI3MR_THRESHOLD_REPLY_COUNT) { in mpi3mr_process_op_reply_q()
611 atomic_sub(threshold_comps, &op_reply_q->pend_ios); in mpi3mr_process_op_reply_q()
612 threshold_comps = 0; in mpi3mr_process_op_reply_q()
620 atomic_sub(threshold_comps, &op_reply_q->pend_ios); in mpi3mr_process_op_reply_q()