Searched refs:sgpe (Results 1 – 1 of 1) sorted by relevance
1295 struct scatterlist *sgpe; /* s/g prot entry */ in lpfc_bg_err_inject() local1310 sgpe = scsi_prot_sglist(sc); in lpfc_bg_err_inject()1322 if (sgpe) { in lpfc_bg_err_inject()1324 numblks = sg_dma_len(sgpe) / in lpfc_bg_err_inject()1352 if (sgpe) { in lpfc_bg_err_inject()1353 src = (struct scsi_dif_tuple *)sg_virt(sgpe); in lpfc_bg_err_inject()2013 struct scatterlist *sgpe = NULL; /* s/g prot entry */ in lpfc_bg_setup_bpl_prot() local2035 sgpe = scsi_prot_sglist(sc); in lpfc_bg_setup_bpl_prot()2038 if (!sgpe || !sgde) { in lpfc_bg_setup_bpl_prot()2041 sgpe, sgde); in lpfc_bg_setup_bpl_prot()[all …]