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

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

Completed in 131 milliseconds