Lines Matching refs:ecount
12078 int ecount = 0; in lpfc_sli4_sp_handle_eqe() local
12103 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12116 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12121 if (ecount > cq->CQ_max_cqe) in lpfc_sli4_sp_handle_eqe()
12122 cq->CQ_max_cqe = ecount; in lpfc_sli4_sp_handle_eqe()
12132 if (unlikely(ecount == 0)) in lpfc_sli4_sp_handle_eqe()
12322 int ecount = 0; in lpfc_sli4_hba_handle_eqe() local
12369 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_hba_handle_eqe()
12374 if (ecount > cq->CQ_max_cqe) in lpfc_sli4_hba_handle_eqe()
12375 cq->CQ_max_cqe = ecount; in lpfc_sli4_hba_handle_eqe()
12378 if (unlikely(ecount == 0)) in lpfc_sli4_hba_handle_eqe()
12425 int ecount = 0; in lpfc_sli4_fof_handle_eqe() local
12460 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_fof_handle_eqe()
12465 if (ecount > cq->CQ_max_cqe) in lpfc_sli4_fof_handle_eqe()
12466 cq->CQ_max_cqe = ecount; in lpfc_sli4_fof_handle_eqe()
12469 if (unlikely(ecount == 0)) in lpfc_sli4_fof_handle_eqe()
12511 int ecount = 0; in lpfc_sli4_fof_intr_handler() local
12544 if (!(++ecount % eq->entry_repost)) in lpfc_sli4_fof_intr_handler()
12550 if (ecount > eq->EQ_max_eqe) in lpfc_sli4_fof_intr_handler()
12551 eq->EQ_max_eqe = ecount; in lpfc_sli4_fof_intr_handler()
12554 if (unlikely(ecount == 0)) { in lpfc_sli4_fof_intr_handler()
12607 int ecount = 0; in lpfc_sli4_hba_intr_handler() local
12656 if (!(++ecount % fpeq->entry_repost)) in lpfc_sli4_hba_intr_handler()
12662 if (ecount > fpeq->EQ_max_eqe) in lpfc_sli4_hba_intr_handler()
12663 fpeq->EQ_max_eqe = ecount; in lpfc_sli4_hba_intr_handler()
12668 if (unlikely(ecount == 0)) { in lpfc_sli4_hba_intr_handler()