Lines Matching refs:host_index
268 uint32_t host_index;
278 temp_wqe = lpfc_sli4_qe(q, q->host_index);
281 idx = ((q->host_index + 1) % q->entry_count);
288 if (!((q->host_index + 1) % q->notify_interval))
312 host_index = q->host_index;
314 q->host_index = idx;
335 host_index);
389 temp_mqe = lpfc_sli4_qe(q, q->host_index);
392 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
399 q->host_index = ((q->host_index + 1) % q->entry_count);
449 eqe = lpfc_sli4_qe(q, q->host_index);
580 eq->host_index = ((eq->host_index + 1) % eq->entry_count);
583 if (phba->sli4_hba.pc_sli4_params.eqav && !eq->host_index)
690 cqe = lpfc_sli4_qe(q, q->host_index);
715 cq->host_index = ((cq->host_index + 1) % cq->entry_count);
718 if (phba->sli4_hba.pc_sli4_params.cqav && !cq->host_index)
808 hq_put_index = hq->host_index;
809 dq_put_index = dq->host_index;
824 hq->host_index = ((hq_put_index + 1) % hq->entry_count);
825 dq->host_index = ((dq_put_index + 1) % dq->entry_count);
829 if (!(hq->host_index % hq->notify_interval)) {
839 hq->host_index);
7806 hrq->host_index,
7809 drq->host_index,
16166 eq->host_index = 0;
16374 cq->host_index = 0;
16588 cq->host_index = 0;
16841 mq->host_index = 0;
17102 wq->host_index = 0;
17297 hrq->host_index = 0;
17390 drq->host_index = 0;
17549 hrq->host_index = 0;
17558 drq->host_index = 0;