Lines Matching refs:host_index
144 uint32_t host_index;
153 temp_wqe = lpfc_sli4_qe(q, q->host_index);
156 idx = ((q->host_index + 1) % q->entry_count);
163 if (!((q->host_index + 1) % q->notify_interval))
187 host_index = q->host_index;
189 q->host_index = idx;
210 host_index);
264 temp_mqe = lpfc_sli4_qe(q, q->host_index);
267 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
274 q->host_index = ((q->host_index + 1) % q->entry_count);
324 eqe = lpfc_sli4_qe(q, q->host_index);
455 eq->host_index = ((eq->host_index + 1) % eq->entry_count);
458 if (phba->sli4_hba.pc_sli4_params.eqav && !eq->host_index)
565 cqe = lpfc_sli4_qe(q, q->host_index);
590 cq->host_index = ((cq->host_index + 1) % cq->entry_count);
593 if (phba->sli4_hba.pc_sli4_params.cqav && !cq->host_index)
683 hq_put_index = hq->host_index;
684 dq_put_index = dq->host_index;
699 hq->host_index = ((hq_put_index + 1) % hq->entry_count);
700 dq->host_index = ((dq_put_index + 1) % dq->entry_count);
704 if (!(hq->host_index % hq->notify_interval)) {
714 hq->host_index);
7275 hrq->host_index,
7278 drq->host_index,
15206 eq->host_index = 0;
15358 cq->host_index = 0;
15574 cq->host_index = 0;
15827 mq->host_index = 0;
16094 wq->host_index = 0;
16289 hrq->host_index = 0;
16382 drq->host_index = 0;
16541 hrq->host_index = 0;
16550 drq->host_index = 0;