Searched refs:sgpe (Results 1 – 1 of 1) sorted by relevance
964 struct scatterlist *sgpe; /* s/g prot entry */ in lpfc_bg_err_inject() local979 sgpe = scsi_prot_sglist(sc); in lpfc_bg_err_inject()993 if (sgpe) { in lpfc_bg_err_inject()995 numblks = sg_dma_len(sgpe) / in lpfc_bg_err_inject()1023 if (sgpe) { in lpfc_bg_err_inject()1024 src = (struct scsi_dif_tuple *)sg_virt(sgpe); in lpfc_bg_err_inject()1687 struct scatterlist *sgpe = NULL; /* s/g prot entry */ in lpfc_bg_setup_bpl_prot() local1709 sgpe = scsi_prot_sglist(sc); in lpfc_bg_setup_bpl_prot()1712 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()1715 sgpe, sgde); in lpfc_bg_setup_bpl_prot()[all …]