Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvme.c1957 dma_addr_t pdma_phys_bpl1; in lpfc_sli4_post_nvme_sgl_block() local
2005 pdma_phys_bpl1 = lpfc_ncmd->dma_phys_sgl + in lpfc_sli4_post_nvme_sgl_block()
2008 pdma_phys_bpl1 = 0; in lpfc_sli4_post_nvme_sgl_block()
2010 cpu_to_le32(putPaddrLow(pdma_phys_bpl1)); in lpfc_sli4_post_nvme_sgl_block()
2012 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1)); in lpfc_sli4_post_nvme_sgl_block()
Dlpfc_scsi.c635 dma_addr_t pdma_phys_bpl1; in lpfc_sli4_post_scsi_sgl_list() local
681 pdma_phys_bpl1 = psb->dma_phys_bpl + in lpfc_sli4_post_scsi_sgl_list()
684 pdma_phys_bpl1 = 0; in lpfc_sli4_post_scsi_sgl_list()
687 pdma_phys_bpl1, in lpfc_sli4_post_scsi_sgl_list()
Dlpfc_sli.c16479 dma_addr_t pdma_phys_bpl1; in lpfc_sli4_post_scsi_sgl_block() local
16527 pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE; in lpfc_sli4_post_scsi_sgl_block()
16529 pdma_phys_bpl1 = 0; in lpfc_sli4_post_scsi_sgl_block()
16531 cpu_to_le32(putPaddrLow(pdma_phys_bpl1)); in lpfc_sli4_post_scsi_sgl_block()
16533 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1)); in lpfc_sli4_post_scsi_sgl_block()