Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.c684 int dq_put_index; in lpfc_sli4_rq_put() local
690 dq_put_index = dq->host_index; in lpfc_sli4_rq_put()
692 temp_drqe = dq->qe[dq_put_index].rqe; in lpfc_sli4_rq_put()
696 if (hq_put_index != dq_put_index) in lpfc_sli4_rq_put()
706 dq->host_index = ((dq_put_index + 1) % dq->entry_count); in lpfc_sli4_rq_put()