Lines Matching refs:host_index

270 	uint32_t host_index;  in lpfc_sli4_wq_put()  local
280 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put()
283 idx = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_wq_put()
290 if (!((q->host_index + 1) % q->notify_interval)) in lpfc_sli4_wq_put()
314 host_index = q->host_index; in lpfc_sli4_wq_put()
316 q->host_index = idx; in lpfc_sli4_wq_put()
337 host_index); in lpfc_sli4_wq_put()
391 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put()
394 if (((q->host_index + 1) % q->entry_count) == q->hba_index) in lpfc_sli4_mq_put()
401 q->host_index = ((q->host_index + 1) % q->entry_count); in lpfc_sli4_mq_put()
451 eqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_eq_get()
582 eq->host_index = ((eq->host_index + 1) % eq->entry_count); in __lpfc_sli4_consume_eqe()
585 if (phba->sli4_hba.pc_sli4_params.eqav && !eq->host_index) in __lpfc_sli4_consume_eqe()
692 cqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_cq_get()
717 cq->host_index = ((cq->host_index + 1) % cq->entry_count); in __lpfc_sli4_consume_cqe()
720 if (phba->sli4_hba.pc_sli4_params.cqav && !cq->host_index) in __lpfc_sli4_consume_cqe()
810 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
811 dq_put_index = dq->host_index; in lpfc_sli4_rq_put()
826 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
827 dq->host_index = ((dq_put_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()
831 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
841 hq->host_index); in lpfc_sli4_rq_put()
7718 hrq->host_index, in lpfc_post_rq_buffer()
7721 drq->host_index, in lpfc_post_rq_buffer()
16156 eq->host_index = 0; in lpfc_eq_create()
16308 cq->host_index = 0; in lpfc_cq_create()
16524 cq->host_index = 0; in lpfc_cq_create_set()
16777 mq->host_index = 0; in lpfc_mq_create()
17038 wq->host_index = 0; in lpfc_wq_create()
17233 hrq->host_index = 0; in lpfc_rq_create()
17326 drq->host_index = 0; in lpfc_rq_create()
17485 hrq->host_index = 0; in lpfc_mrq_create()
17494 drq->host_index = 0; in lpfc_mrq_create()