Searched refs:hbqe (Results 1 – 3 of 3) sorted by relevance
276 struct lpfc_hbq_entry *hbqe; in lpfc_debugfs_hbqinfo_data() local317 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()
919 struct lpfc_hbq_entry *hbqe; in lpfc_bsg_ct_unsol_event() local1006 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()1008 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()1011 hbqe = (struct lpfc_hbq_entry *) in lpfc_bsg_ct_unsol_event()1014 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()
1768 struct lpfc_hbq_entry *hbqe; in lpfc_sli_hbq_to_firmware_s3() local1772 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); in lpfc_sli_hbq_to_firmware_s3()1773 if (hbqe) { in lpfc_sli_hbq_to_firmware_s3()1776 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()1777 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()1778 hbqe->bde.tus.f.bdeSize = hbq_buf->size; in lpfc_sli_hbq_to_firmware_s3()1779 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()1780 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()1781 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()