Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_scsi.c1020 struct scatterlist *sgpe; /* s/g prot entry */ in lpfc_bg_err_inject() local
1035 sgpe = scsi_prot_sglist(sc); in lpfc_bg_err_inject()
1049 if (sgpe) { in lpfc_bg_err_inject()
1051 numblks = sg_dma_len(sgpe) / in lpfc_bg_err_inject()
1079 if (sgpe) { in lpfc_bg_err_inject()
1080 src = (struct scsi_dif_tuple *)sg_virt(sgpe); in lpfc_bg_err_inject()
1743 struct scatterlist *sgpe = NULL; /* s/g prot entry */ in lpfc_bg_setup_bpl_prot() local
1765 sgpe = scsi_prot_sglist(sc); in lpfc_bg_setup_bpl_prot()
1768 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()
1771 sgpe, sgde); in lpfc_bg_setup_bpl_prot()
[all …]