Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_debugfs.c287 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data() local
328 hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt; in lpfc_debugfs_hbqinfo_data()
332 le32_to_cpu(hbqe->bde.addrLow), in lpfc_debugfs_hbqinfo_data()
333 le32_to_cpu(hbqe->bde.tus.w), in lpfc_debugfs_hbqinfo_data()
334 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()
Dlpfc_bsg.c931 struct lpfc_hbq_entry *hbqe; in lpfc_bsg_ct_unsol_event() local
1018 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()
1020 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()
1023 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()
1026 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()
Dlpfc_sli.c2050 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3() local
2055 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); in lpfc_sli_hbq_to_firmware_s3()
2056 if (hbqe) { in lpfc_sli_hbq_to_firmware_s3()
2059 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
2060 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
2061 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size; in lpfc_sli_hbq_to_firmware_s3()
2062 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()
2063 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()
2064 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()