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()
12085 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12098 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_sp_handle_eqe()
12351 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_hba_handle_eqe()
12442 if (!(++ecount % cq->entry_repost)) in lpfc_sli4_fof_handle_eqe()
12524 if (!(++ecount % eq->entry_repost)) in lpfc_sli4_fof_intr_handler()
12636 if (!(++ecount % fpeq->entry_repost)) in lpfc_sli4_hba_intr_handler()
12809 queue->entry_repost = (entry_count >> 3); in lpfc_sli4_queue_alloc()
12810 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST) in lpfc_sli4_queue_alloc()
12811 queue->entry_repost = LPFC_QUEUE_MIN_REPOST; in lpfc_sli4_queue_alloc()
13586 wq->entry_repost = LPFC_RELEASE_NOTIFICATION_INTERVAL; in lpfc_wq_create()
13620 rq->entry_repost = cnt; in lpfc_rq_adjust_repost()