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

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

Completed in 193 milliseconds