Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.c803 int dq_put_index; in lpfc_sli4_rq_put() local
809 dq_put_index = dq->host_index; in lpfc_sli4_rq_put()
811 temp_drqe = lpfc_sli4_qe(dq, dq_put_index); in lpfc_sli4_rq_put()
815 if (hq_put_index != dq_put_index) in lpfc_sli4_rq_put()
825 dq->host_index = ((dq_put_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()