Home
last modified time | relevance | path

Searched refs:hq_put_index (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.c683 int hq_put_index; in lpfc_sli4_rq_put() local
689 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
691 temp_hrqe = hq->qe[hq_put_index].rqe; in lpfc_sli4_rq_put()
696 if (hq_put_index != dq_put_index) in lpfc_sli4_rq_put()
699 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
705 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
727 return hq_put_index; in lpfc_sli4_rq_put()