Lines Matching refs:entry_repost
116 if (!((q->host_index + 1) % q->entry_repost)) in lpfc_sli4_wq_put()
486 if (!(hq->host_index % hq->entry_repost)) { in lpfc_sli4_rq_put()
490 hq->entry_repost); in lpfc_sli4_rq_put()
494 hq->entry_repost); in lpfc_sli4_rq_put()
12103 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12116 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12369 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_hba_handle_eqe()
12460 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_fof_handle_eqe()
12544 if (!(++ecount % eq->entry_repost)) in lpfc_sli4_fof_intr_handler()
12656 if (!(++ecount % fpeq->entry_repost)) in lpfc_sli4_hba_intr_handler()
12829 queue->entry_repost = (entry_count >> 3); in lpfc_sli4_queue_alloc()
12830 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST) in lpfc_sli4_queue_alloc()
12831 queue->entry_repost = LPFC_QUEUE_MIN_REPOST; in lpfc_sli4_queue_alloc()
13610 wq->entry_repost = LPFC_RELEASE_NOTIFICATION_INTERVAL; in lpfc_wq_create()
13644 rq->entry_repost = cnt; in lpfc_rq_adjust_repost()