| /linux-4.1.27/drivers/target/ | 
| D | target_core_sbc.c | 1190 	struct scatterlist *dsg, *psg = cmd->t_prot_sg;  in sbc_dif_generate()  local 1279 	struct scatterlist *psg;  in sbc_dif_copy_prot()  local 1324 	struct scatterlist *dsg, *psg = cmd->t_prot_sg;  in sbc_dif_verify_write()  local 1382 	struct scatterlist *dsg, *psg = sg;  in __sbc_dif_verify_read()  local
  | 
| /linux-4.1.27/drivers/scsi/aacraid/ | 
| D | commctrl.c | 590 		struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg;  in aac_send_raw_srb()  local 699 		struct sgmap* psg = &srbcmd->sg;  in aac_send_raw_srb()  local
  | 
| D | aachba.c | 3195 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg)  in aac_build_sg() 3238 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg)  in aac_build_sg64() 3284 static long aac_build_sgraw(struct scsi_cmnd *scsicmd, struct sgmapraw *psg)  in aac_build_sgraw()
  | 
| /linux-4.1.27/drivers/scsi/mpt3sas/mpi/ | 
| D | mpi2.h | 978 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength)  argument 979 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength)  argument 980 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \  argument 984 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \  argument 986 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \  argument 1121 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) \  argument 1123 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) \  argument 1125 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \  argument 1129 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \  argument 1131 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \  argument
  | 
| /linux-4.1.27/drivers/scsi/mpt2sas/mpi/ | 
| D | mpi2.h | 995 #define MPI2_pSGE_GET_FLAGS(psg)            MPI2_SGE_GET_FLAGS((psg)->FlagsLength)  argument 996 #define MPI2_pSGE_GET_LENGTH(psg)           MPI2_SGE_LENGTH((psg)->FlagsLength)  argument 997 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_SGE_SET_FLAGS_LENGTH(f,l)  argument 1000 #define MPI2_pSGE_SET_FLAGS(psg,f)      (psg)->FlagsLength |= MPI2_SGE_SET_FLAGS(f)  argument 1001 #define MPI2_pSGE_SET_LENGTH(psg,l)     (psg)->FlagsLength |= MPI2_SGE_LENGTH(l)  argument 1115 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg)             MPI2_IEEE32_SGE_GET_FLAGS((psg)->FlagsLength)  argument 1116 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg)            MPI2_IEEE32_SGE_LENGTH((psg)->FlagsLength)  argument 1117 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg,f,l)  (psg)->FlagsLength = MPI2_IEEE32_SGE_SET_FLAGS_…  argument 1120 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg,f)    (psg)->FlagsLength |= MPI2_IEEE32_SGE_SET_FLAGS(f)  argument 1121 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg,l)   (psg)->FlagsLength |= MPI2_IEEE32_SGE_LENGTH(l)  argument
  | 
| /linux-4.1.27/drivers/message/fusion/lsi/ | 
| D | mpi.h | 590 #define  MPI_pSGE_GET_FLAGS(psg)        MPI_SGE_GET_FLAGS((psg)->FlagsLength)  argument 591 #define  MPI_pSGE_GET_LENGTH(psg)       MPI_SGE_LENGTH((psg)->FlagsLength)  argument 592 #define  MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l)  (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l)  argument 594 #define  MPI_pSGE_SET_FLAGS(psg,f)      (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f)  argument 595 #define  MPI_pSGE_SET_LENGTH(psg,l)     (psg)->FlagsLength |= MPI_SGE_LENGTH(l)  argument
  | 
| /linux-4.1.27/drivers/scsi/ | 
| D | hptiop.c | 857 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg)  in hptiop_buildsgl()
  | 
| /linux-4.1.27/drivers/ata/ | 
| D | libata-core.c | 1741 	struct scatterlist *psg = NULL, sg;  in ata_exec_internal()  local
  |