Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_debugfs.c276 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data() local
317 hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt; in lpfc_debugfs_hbqinfo_data()
321 le32_to_cpu(hbqe->bde.addrLow), in lpfc_debugfs_hbqinfo_data()
322 le32_to_cpu(hbqe->bde.tus.w), in lpfc_debugfs_hbqinfo_data()
323 le32_to_cpu(hbqe->buffer_tag)); in lpfc_debugfs_hbqinfo_data()
347 if (phys == le32_to_cpu(hbqe->bde.addrLow)) { in lpfc_debugfs_hbqinfo_data()
360 hbqe++; in lpfc_debugfs_hbqinfo_data()
Dlpfc_bsg.c789 struct lpfc_hbq_entry *hbqe; in lpfc_bsg_ct_unsol_event() local
875 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()
877 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()
880 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()
883 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()
Dlpfc_sli.c1714 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3() local
1718 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); in lpfc_sli_hbq_to_firmware_s3()
1719 if (hbqe) { in lpfc_sli_hbq_to_firmware_s3()
1722 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
1723 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
1724 hbqe->bde.tus.f.bdeSize = hbq_buf->size; in lpfc_sli_hbq_to_firmware_s3()
1725 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()
1726 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()
1727 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()