Lines Matching refs:ecount

12060 	int ecount = 0;  in lpfc_sli4_sp_handle_eqe()  local
12085 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12098 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12103 if (ecount > cq->CQ_max_cqe) in lpfc_sli4_sp_handle_eqe()
12104 cq->CQ_max_cqe = ecount; in lpfc_sli4_sp_handle_eqe()
12114 if (unlikely(ecount == 0)) in lpfc_sli4_sp_handle_eqe()
12304 int ecount = 0; in lpfc_sli4_hba_handle_eqe() local
12351 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_hba_handle_eqe()
12356 if (ecount > cq->CQ_max_cqe) in lpfc_sli4_hba_handle_eqe()
12357 cq->CQ_max_cqe = ecount; in lpfc_sli4_hba_handle_eqe()
12360 if (unlikely(ecount == 0)) in lpfc_sli4_hba_handle_eqe()
12407 int ecount = 0; in lpfc_sli4_fof_handle_eqe() local
12442 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_fof_handle_eqe()
12447 if (ecount > cq->CQ_max_cqe) in lpfc_sli4_fof_handle_eqe()
12448 cq->CQ_max_cqe = ecount; in lpfc_sli4_fof_handle_eqe()
12451 if (unlikely(ecount == 0)) in lpfc_sli4_fof_handle_eqe()
12493 int ecount = 0; in lpfc_sli4_fof_intr_handler() local
12524 if (!(++ecount % eq->entry_repost)) in lpfc_sli4_fof_intr_handler()
12530 if (ecount > eq->EQ_max_eqe) in lpfc_sli4_fof_intr_handler()
12531 eq->EQ_max_eqe = ecount; in lpfc_sli4_fof_intr_handler()
12534 if (unlikely(ecount == 0)) { in lpfc_sli4_fof_intr_handler()
12587 int ecount = 0; in lpfc_sli4_hba_intr_handler() local
12636 if (!(++ecount % fpeq->entry_repost)) in lpfc_sli4_hba_intr_handler()
12642 if (ecount > fpeq->EQ_max_eqe) in lpfc_sli4_hba_intr_handler()
12643 fpeq->EQ_max_eqe = ecount; in lpfc_sli4_hba_intr_handler()
12648 if (unlikely(ecount == 0)) { in lpfc_sli4_hba_intr_handler()