Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc.h449 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */ member
Dlpfc_sli.c1650 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
1651 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()
1652 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()
1654 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()
1672 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()
1783 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx; in lpfc_sli_hbq_to_firmware_s3()
4419 phba->hbqs[hbqno].next_hbqPutIdx = 0; in lpfc_sli_hbq_setup()
Dlpfc_debugfs.c315 hbqs->next_hbqPutIdx, hbqs->local_hbqGetIdx, getidx); in lpfc_debugfs_hbqinfo_data()