Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1535 struct scatterlist *sgde = NULL; /* s/g data entry */ in lpfc_bg_setup_bpl() local
1614 scsi_for_each_sg(sc, sgde, datasegcnt, i) { in lpfc_bg_setup_bpl()
1615 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1618 bpl->tus.f.bdeSize = sg_dma_len(sgde); in lpfc_bg_setup_bpl()
1675 struct scatterlist *sgde = NULL; /* s/g data entry */ in lpfc_bg_setup_bpl_prot() local
1699 sgde = scsi_sglist(sc); in lpfc_bg_setup_bpl_prot()
1701 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()
1704 sgpe, sgde); in lpfc_bg_setup_bpl_prot()
1813 if (!sgde) { in lpfc_bg_setup_bpl_prot()
1820 dataphysaddr = sg_dma_address(sgde) + split_offset; in lpfc_bg_setup_bpl_prot()
[all …]