Searched refs:bde (Results 1 – 7 of 7) sorted by relevance
1885 struct ulp_bde64 bde; member2847 struct ulp_bde64 bde[LPFC_MBX_WR_CONFIG_MAX_BDE]; member3262 struct ulp_bde64 bde; member3271 struct ulp_bde64 bde; member3300 struct ulp_bde64 bde; member3382 struct ulp_bde64 bde; member3391 struct ulp_bde64 bde; member3400 struct ulp_bde64 bde; member3434 struct ulp_bde64 bde; member3444 struct ulp_bde64 bde; member[all …]
784 struct ulp_bde64 *bde; in lpfc_bsg_ct_unsol_event() local877 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()883 size = hbqe->bde.tus.f.bdeSize; in lpfc_bsg_ct_unsol_event()891 bde = &iocbq->iocb.un.cont64[i]; in lpfc_bsg_ct_unsol_event()892 dma_addr = getPaddr(bde->addrHigh, in lpfc_bsg_ct_unsol_event()893 bde->addrLow); in lpfc_bsg_ct_unsol_event()2695 cmd->un.quexri64cx.buff.bde.addrHigh = in lpfcdiag_loop_post_rxbufs()2697 cmd->un.quexri64cx.buff.bde.addrLow = in lpfcdiag_loop_post_rxbufs()2699 cmd->un.quexri64cx.buff.bde.tus.f.bdeSize = in lpfcdiag_loop_post_rxbufs()4407 struct ulp_bde64 *bde; in lpfc_bsg_issue_mbox() local[all …]
2919 struct ulp_bde64 *bde; in lpfc_scsi_prep_dma_buf_s4() local2984 bde = (struct ulp_bde64 *) in lpfc_scsi_prep_dma_buf_s4()2986 bde->addrLow = first_data_sgl->addr_lo; in lpfc_scsi_prep_dma_buf_s4()2987 bde->addrHigh = first_data_sgl->addr_hi; in lpfc_scsi_prep_dma_buf_s4()2988 bde->tus.f.bdeSize = in lpfc_scsi_prep_dma_buf_s4()2990 bde->tus.f.bdeFlags = BUFF_TYPE_BDE_64; in lpfc_scsi_prep_dma_buf_s4()2991 bde->tus.w = cpu_to_le32(bde->tus.w); in lpfc_scsi_prep_dma_buf_s4()
2131 reg_vfi->bde.addrHigh = putPaddrHigh(phys); in lpfc_reg_vfi()2132 reg_vfi->bde.addrLow = putPaddrLow(phys); in lpfc_reg_vfi()2133 reg_vfi->bde.tus.f.bdeSize = sizeof(vport->fc_sparam); in lpfc_reg_vfi()2134 reg_vfi->bde.tus.f.bdeFlags = BUFF_TYPE_BDE_64; in lpfc_reg_vfi()
1722 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()1723 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()1724 hbqe->bde.tus.f.bdeSize = hbq_buf->size; in lpfc_sli_hbq_to_firmware_s3()1725 hbqe->bde.tus.f.bdeFlags = 0; in lpfc_sli_hbq_to_firmware_s3()1726 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); in lpfc_sli_hbq_to_firmware_s3()7531 struct ulp_bde64 bde; in lpfc_sli4_bpl2sgl() local7576 bde.tus.w = le32_to_cpu(bpl->tus.w); in lpfc_sli4_bpl2sgl()7577 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize); in lpfc_sli4_bpl2sgl()7592 offset += bde.tus.f.bdeSize; in lpfc_sli4_bpl2sgl()7666 struct ulp_bde64 bde; in lpfc_sli4_iocb2wqe() local[all …]
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()347 if (phys == le32_to_cpu(hbqe->bde.addrLow)) { in lpfc_debugfs_hbqinfo_data()
3507 struct ulp_bde64 bde; member