Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1566 struct scatterlist *sgde = NULL; /* s/g data entry */ in lpfc_bg_setup_bpl() local
1645 scsi_for_each_sg(sc, sgde, datasegcnt, i) { in lpfc_bg_setup_bpl()
1646 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1649 bpl->tus.f.bdeSize = sg_dma_len(sgde); in lpfc_bg_setup_bpl()
1706 struct scatterlist *sgde = NULL; /* s/g data entry */ in lpfc_bg_setup_bpl_prot() local
1730 sgde = scsi_sglist(sc); in lpfc_bg_setup_bpl_prot()
1732 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()
1735 sgpe, sgde); in lpfc_bg_setup_bpl_prot()
1844 if (!sgde) { in lpfc_bg_setup_bpl_prot()
1851 dataphysaddr = sg_dma_address(sgde) in lpfc_bg_setup_bpl_prot()
1952 struct scatterlist *sgde = NULL; /* s/g data entry */ lpfc_bg_setup_sgl() local
2132 struct scatterlist *sgde = NULL; /* s/g data entry */ lpfc_bg_setup_sgl_prot() local
2716 struct scatterlist *sgde; /* s/g data entry */ lpfc_calc_bg_err() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1540 struct scatterlist *sgde = NULL; /* s/g data entry */ in lpfc_bg_setup_bpl() local
1619 scsi_for_each_sg(sc, sgde, datasegcnt, i) { in lpfc_bg_setup_bpl()
1620 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1623 bpl->tus.f.bdeSize = sg_dma_len(sgde); in lpfc_bg_setup_bpl()
1680 struct scatterlist *sgde = NULL; /* s/g data entry */ in lpfc_bg_setup_bpl_prot() local
1704 sgde = scsi_sglist(sc); in lpfc_bg_setup_bpl_prot()
1706 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()
1709 sgpe, sgde); in lpfc_bg_setup_bpl_prot()
1818 if (!sgde) { in lpfc_bg_setup_bpl_prot()
1825 dataphysaddr = sg_dma_address(sgde) in lpfc_bg_setup_bpl_prot()
1926 struct scatterlist *sgde = NULL; /* s/g data entry */ lpfc_bg_setup_sgl() local
2107 struct scatterlist *sgde = NULL; /* s/g data entry */ lpfc_bg_setup_sgl_prot() local
2689 struct scatterlist *sgde; /* s/g data entry */ lpfc_calc_bg_err() local
[all...]

Completed in 8 milliseconds