Searched refs:sgpe (Results 1 – 1 of 1) sorted by relevance
987 struct scatterlist *sgpe; /* s/g prot entry */ in lpfc_bg_err_inject() local1002 sgpe = scsi_prot_sglist(sc); in lpfc_bg_err_inject()1014 if (sgpe) { in lpfc_bg_err_inject()1016 numblks = sg_dma_len(sgpe) / in lpfc_bg_err_inject()1044 if (sgpe) { in lpfc_bg_err_inject()1045 src = (struct scsi_dif_tuple *)sg_virt(sgpe); in lpfc_bg_err_inject()1707 struct scatterlist *sgpe = NULL; /* s/g prot entry */ in lpfc_bg_setup_bpl_prot() local1729 sgpe = scsi_prot_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()[all …]