Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc.h498 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */ member
Dlpfc_sli.c1945 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
1946 ++hbqp->next_hbqPutIdx >= hbqp->entry_count) in lpfc_sli_next_hbq_slot()
1947 hbqp->next_hbqPutIdx = 0; in lpfc_sli_next_hbq_slot()
1949 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { in lpfc_sli_next_hbq_slot()
1967 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) in lpfc_sli_next_hbq_slot()
2061 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx; in lpfc_sli_hbq_to_firmware_s3()
4850 phba->hbqs[hbqno].next_hbqPutIdx = 0; in lpfc_sli_hbq_setup()
Dlpfc_debugfs.c328 hbqs->next_hbqPutIdx, hbqs->local_hbqGetIdx, getidx); in lpfc_debugfs_hbqinfo_data()