Searched refs:hq_put_index (Results 1 – 1 of 1) sorted by relevance
677 int hq_put_index; in lpfc_sli4_rq_put() local683 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()685 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()690 if (hq_put_index != dq_put_index) in lpfc_sli4_rq_put()693 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()699 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()721 return hq_put_index; in lpfc_sli4_rq_put()