Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc.h430 uint32_t hbqPutIdx; /* HBQ slot to use */ member
Dlpfc_debugfs.c314 hbqs->entry_count, hbqs->buffer_count, hbqs->hbqPutIdx, in lpfc_debugfs_hbqinfo_data()
328 low = hbqs->hbqPutIdx - posted; in lpfc_debugfs_hbqinfo_data()
330 if ((j >= hbqs->hbqPutIdx) || (j < low)) { in lpfc_debugfs_hbqinfo_data()
336 if ((j >= hbqs->hbqPutIdx) && in lpfc_debugfs_hbqinfo_data()
Dlpfc_sli.c1596 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && in lpfc_sli_next_hbq_slot()
1623 hbqp->hbqPutIdx; in lpfc_sli_next_hbq_slot()
1729 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx; in lpfc_sli_hbq_to_firmware_s3()
1730 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno); in lpfc_sli_hbq_to_firmware_s3()
4225 phba->hbqs[hbqno].hbqPutIdx = 0; in lpfc_sli_hbq_setup()