Lines Matching refs:host_index

268 	uint32_t host_index;  in lpfc_sli4_wq_put()  local
278 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put()
281 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put()
288 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put()
312 host_index = q->host_index; in lpfc_sli4_wq_put()
314 q->host_index = idx; in lpfc_sli4_wq_put()
335 host_index); in lpfc_sli4_wq_put()
389 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put()
392 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
399 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
449 eqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_eq_get()
580 eq->host_index = ((eq->host_index + 1) % eq->entry_count); in __lpfc_sli4_consume_eqe()
583 if (phba->sli4_hba.pc_sli4_params.eqav && !eq->host_index) in __lpfc_sli4_consume_eqe()
690 cqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_cq_get()
715 cq->host_index = ((cq->host_index + 1) % cq->entry_count); in __lpfc_sli4_consume_cqe()
718 if (phba->sli4_hba.pc_sli4_params.cqav && !cq->host_index) in __lpfc_sli4_consume_cqe()
808 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
809 dq_put_index = dq->host_index; in lpfc_sli4_rq_put()
824 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
825 dq->host_index = ((dq_put_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()
829 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
839 hq->host_index); in lpfc_sli4_rq_put()
7806 hrq->host_index, in lpfc_post_rq_buffer()
7809 drq->host_index, in lpfc_post_rq_buffer()
16166 eq->host_index = 0; in lpfc_eq_create()
16374 cq->host_index = 0; in lpfc_cq_create()
16588 cq->host_index = 0; in lpfc_cq_create_set()
16841 mq->host_index = 0; in lpfc_mq_create()
17102 wq->host_index = 0; in lpfc_wq_create()
17297 hrq->host_index = 0; in lpfc_rq_create()
17390 drq->host_index = 0; in lpfc_rq_create()
17549 hrq->host_index = 0; in lpfc_mrq_create()
17558 drq->host_index = 0; in lpfc_mrq_create()