Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.c678 int dq_put_index; in lpfc_sli4_rq_put() local
684 dq_put_index = dq->host_index; in lpfc_sli4_rq_put()
686 temp_drqe = lpfc_sli4_qe(dq, dq_put_index); in lpfc_sli4_rq_put()
690 if (hq_put_index != dq_put_index) in lpfc_sli4_rq_put()
700 dq->host_index = ((dq_put_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()