Lines Matching refs:bde
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()
8055 struct ulp_bde64 bde; in lpfc_sli4_bpl2sgl() local
8100 bde.tus.w = le32_to_cpu(bpl->tus.w); in lpfc_sli4_bpl2sgl()
8101 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize); in lpfc_sli4_bpl2sgl()
8116 offset += bde.tus.f.bdeSize; in lpfc_sli4_bpl2sgl()
8200 struct ulp_bde64 bde; in lpfc_sli4_iocb2wqe() local
8230 wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh); in lpfc_sli4_iocb2wqe()
8231 wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow); in lpfc_sli4_iocb2wqe()
8235 wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w); in lpfc_sli4_iocb2wqe()
8236 xmit_len = wqe->generic.bde.tus.f.bdeSize; in lpfc_sli4_iocb2wqe()
8239 bde.tus.w = le32_to_cpu(bpl[i].tus.w); in lpfc_sli4_iocb2wqe()
8240 total_len += bde.tus.f.bdeSize; in lpfc_sli4_iocb2wqe()
8449 bde.tus.w = le32_to_cpu(bpl[i].tus.w); in lpfc_sli4_iocb2wqe()
8450 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64) in lpfc_sli4_iocb2wqe()
8452 xmit_len += bde.tus.f.bdeSize; in lpfc_sli4_iocb2wqe()
11478 struct ulp_bde64 *bpl, bde; in lpfc_sli4_iocb_param_transfer() local
11499 bde.tus.w = le32_to_cpu(bpl[1].tus.w); in lpfc_sli4_iocb_param_transfer()
11500 max_response = bde.tus.f.bdeSize; in lpfc_sli4_iocb_param_transfer()
11511 bde.tus.w = le32_to_cpu(bpl[i].tus.w); in lpfc_sli4_iocb_param_transfer()
11512 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64) in lpfc_sli4_iocb_param_transfer()
11513 max_response += bde.tus.f.bdeSize; in lpfc_sli4_iocb_param_transfer()
16825 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys); in lpfc_wr_object()
16826 wr_object->u.request.bde[i].addrHigh = in lpfc_wr_object()
16829 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()
16834 wr_object->u.request.bde[i].tus.f.bdeSize = in lpfc_wr_object()