Lines Matching refs:host_index
144 uint32_t host_index; in lpfc_sli4_wq_put() local
153 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put()
156 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put()
163 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put()
187 host_index = q->host_index; in lpfc_sli4_wq_put()
189 q->host_index = idx; in lpfc_sli4_wq_put()
210 host_index); in lpfc_sli4_wq_put()
264 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put()
267 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
274 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
324 eqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_eq_get()
455 eq->host_index = ((eq->host_index + 1) % eq->entry_count); in __lpfc_sli4_consume_eqe()
458 if (phba->sli4_hba.pc_sli4_params.eqav && !eq->host_index) in __lpfc_sli4_consume_eqe()
565 cqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_cq_get()
590 cq->host_index = ((cq->host_index + 1) % cq->entry_count); in __lpfc_sli4_consume_cqe()
593 if (phba->sli4_hba.pc_sli4_params.cqav && !cq->host_index) in __lpfc_sli4_consume_cqe()
683 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
684 dq_put_index = dq->host_index; in lpfc_sli4_rq_put()
699 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
700 dq->host_index = ((dq_put_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()
704 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
714 hq->host_index); in lpfc_sli4_rq_put()
7279 hrq->host_index, in lpfc_post_rq_buffer()
7282 drq->host_index, in lpfc_post_rq_buffer()
15147 eq->host_index = 0; in lpfc_eq_create()
15299 cq->host_index = 0; in lpfc_cq_create()
15515 cq->host_index = 0; in lpfc_cq_create_set()
15768 mq->host_index = 0; in lpfc_mq_create()
16035 wq->host_index = 0; in lpfc_wq_create()
16230 hrq->host_index = 0; in lpfc_rq_create()
16323 drq->host_index = 0; in lpfc_rq_create()
16482 hrq->host_index = 0; in lpfc_mrq_create()
16491 drq->host_index = 0; in lpfc_mrq_create()