Searched refs:hbqe (Results 1 – 3 of 3) sorted by relevance
289 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data() local330 hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt; in lpfc_debugfs_hbqinfo_data()334 le32_to_cpu(hbqe->bde.addrLow), in lpfc_debugfs_hbqinfo_data()335 le32_to_cpu(hbqe->bde.tus.w), in lpfc_debugfs_hbqinfo_data()336 le32_to_cpu(hbqe->buffer_tag)); in lpfc_debugfs_hbqinfo_data()360 if (phys == le32_to_cpu(hbqe->bde.addrLow)) { in lpfc_debugfs_hbqinfo_data()373 hbqe++; in lpfc_debugfs_hbqinfo_data()
930 struct lpfc_hbq_entry *hbqe; in lpfc_bsg_ct_unsol_event() local1017 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()1019 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()1022 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()1025 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()
2045 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3() local2050 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); in lpfc_sli_hbq_to_firmware_s3()2051 if (hbqe) { in lpfc_sli_hbq_to_firmware_s3()2054 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()2055 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()2056 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size; in lpfc_sli_hbq_to_firmware_s3()2057 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()2058 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()2059 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()