Home
last modified time | relevance | path

Searched refs:hbqe (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A 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()
H A 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()
H A 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 in lpfc_sli_hbq_to_firmware_s3()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A 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()
H A Dlpfc_sli.c2445 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3() local
2450 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); in lpfc_sli_hbq_to_firmware_s3()
2451 if (hbqe) { in lpfc_sli_hbq_to_firmware_s3()
2454 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
2455 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
2456 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size; in lpfc_sli_hbq_to_firmware_s3()
2457 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()
2458 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()
2459 hbqe in lpfc_sli_hbq_to_firmware_s3()
3417 struct lpfc_hbq_entry *hbqe = NULL; lpfc_sli_prep_unsol_wqe() local
[all...]

Completed in 45 milliseconds