Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_debugfs.c315 hbqs->entry_count, hbqs->buffer_count, hbqs->hbqPutIdx, in lpfc_debugfs_hbqinfo_data()
329 low = hbqs->hbqPutIdx - posted; in lpfc_debugfs_hbqinfo_data()
331 if ((j >= hbqs->hbqPutIdx) || (j < low)) { in lpfc_debugfs_hbqinfo_data()
337 if ((j >= hbqs->hbqPutIdx) && in lpfc_debugfs_hbqinfo_data()
Dlpfc.h394 uint32_t hbqPutIdx; /* HBQ slot to use */ member
Dlpfc_sli.c689 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
716 hbqp->hbqPutIdx; in lpfc_sli_next_hbq_slot()
804 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx; in lpfc_sli_hbq_to_firmware()
805 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno); in lpfc_sli_hbq_to_firmware()
2956 phba->hbqs[hbqno].hbqPutIdx = 0; in lpfc_sli_hbq_setup()