Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_sli.c802 int hq_put_index; in lpfc_sli4_rq_put() local
808 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
810 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()
815 if (hq_put_index != dq_put_index) in lpfc_sli4_rq_put()
818 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
824 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
846 return hq_put_index; in lpfc_sli4_rq_put()