sgpe              987 drivers/scsi/lpfc/lpfc_scsi.c 	struct scatterlist *sgpe; /* s/g prot entry */
sgpe             1002 drivers/scsi/lpfc/lpfc_scsi.c 	sgpe = scsi_prot_sglist(sc);
sgpe             1014 drivers/scsi/lpfc/lpfc_scsi.c 		if (sgpe) {
sgpe             1016 drivers/scsi/lpfc/lpfc_scsi.c 			numblks = sg_dma_len(sgpe) /
sgpe             1044 drivers/scsi/lpfc/lpfc_scsi.c 	if (sgpe) {
sgpe             1045 drivers/scsi/lpfc/lpfc_scsi.c 		src = (struct scsi_dif_tuple *)sg_virt(sgpe);
sgpe             1705 drivers/scsi/lpfc/lpfc_scsi.c 	struct scatterlist *sgpe = NULL; /* s/g prot entry */
sgpe             1727 drivers/scsi/lpfc/lpfc_scsi.c 	sgpe = scsi_prot_sglist(sc);
sgpe             1730 drivers/scsi/lpfc/lpfc_scsi.c 	if (!sgpe || !sgde) {
sgpe             1733 drivers/scsi/lpfc/lpfc_scsi.c 				sgpe, sgde);
sgpe             1805 drivers/scsi/lpfc/lpfc_scsi.c 		protphysaddr = sg_dma_address(sgpe) + protgroup_offset;
sgpe             1806 drivers/scsi/lpfc/lpfc_scsi.c 		protgroup_len = sg_dma_len(sgpe) - protgroup_offset;
sgpe             1899 drivers/scsi/lpfc/lpfc_scsi.c 			sgpe = sg_next(sgpe);
sgpe             2131 drivers/scsi/lpfc/lpfc_scsi.c 	struct scatterlist *sgpe = NULL; /* s/g prot entry */
sgpe             2153 drivers/scsi/lpfc/lpfc_scsi.c 	sgpe = scsi_prot_sglist(sc);
sgpe             2156 drivers/scsi/lpfc/lpfc_scsi.c 	if (!sgpe || !sgde) {
sgpe             2159 drivers/scsi/lpfc/lpfc_scsi.c 				sgpe, sgde);
sgpe             2266 drivers/scsi/lpfc/lpfc_scsi.c 		protphysaddr = sg_dma_address(sgpe) + protgroup_offset;
sgpe             2267 drivers/scsi/lpfc/lpfc_scsi.c 		protgroup_len = sg_dma_len(sgpe) - protgroup_offset;
sgpe             2409 drivers/scsi/lpfc/lpfc_scsi.c 			sgpe = sg_next(sgpe);
sgpe             2713 drivers/scsi/lpfc/lpfc_scsi.c 	struct scatterlist *sgpe; /* s/g prot entry */
sgpe             2744 drivers/scsi/lpfc/lpfc_scsi.c 	sgpe = scsi_prot_sglist(cmd);
sgpe             2747 drivers/scsi/lpfc/lpfc_scsi.c 	if (sgpe && protsegcnt) {
sgpe             2760 drivers/scsi/lpfc/lpfc_scsi.c 		src = (struct scsi_dif_tuple *)sg_virt(sgpe);
sgpe             2763 drivers/scsi/lpfc/lpfc_scsi.c 		len = sgpe->length;
sgpe             2834 drivers/scsi/lpfc/lpfc_scsi.c 			sgpe = sg_next(sgpe);
sgpe             2835 drivers/scsi/lpfc/lpfc_scsi.c 			if (sgpe) {
sgpe             2836 drivers/scsi/lpfc/lpfc_scsi.c 				src = (struct scsi_dif_tuple *)sg_virt(sgpe);
sgpe             2837 drivers/scsi/lpfc/lpfc_scsi.c 				len = sgpe->length;