Searched refs:hbqe (Results 1 – 2 of 2) sorted by relevance
287 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data() local328 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()
2429 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3() local2434 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); in lpfc_sli_hbq_to_firmware_s3()2435 if (hbqe) { in lpfc_sli_hbq_to_firmware_s3()2438 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()2439 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()2440 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size; in lpfc_sli_hbq_to_firmware_s3()2441 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()2442 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()2443 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()3401 struct lpfc_hbq_entry *hbqe = NULL; in lpfc_sli_prep_unsol_wqe() local[all …]