Home
last modified time | relevance | path

Searched refs:data_bde (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c1155 struct ulp_bde64 *data_bde = iocb_cmd->unsli3.fcp_ext.dbde; in lpfc_scsi_prep_dma_buf_s3() local
1207 data_bde->tus.f.bdeFlags = BUFF_TYPE_BDE_64; in lpfc_scsi_prep_dma_buf_s3()
1208 data_bde->tus.f.bdeSize = sg_dma_len(sgel); in lpfc_scsi_prep_dma_buf_s3()
1209 data_bde->addrLow = putPaddrLow(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1210 data_bde->addrHigh = putPaddrHigh(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1211 data_bde++; in lpfc_scsi_prep_dma_buf_s3()
1241 data_bde->tus.f.bdeFlags = BUFF_TYPE_BLP_64; in lpfc_scsi_prep_dma_buf_s3()
1242 data_bde->tus.f.bdeSize = (num_bde * in lpfc_scsi_prep_dma_buf_s3()
1247 data_bde->addrHigh = putPaddrHigh(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1248 data_bde->addrLow = putPaddrLow(physaddr); in lpfc_scsi_prep_dma_buf_s3()