Searched defs:psg (Results 1 – 8 of 8) sorted by relevance
/drivers/target/ |
D | target_core_sbc.c | 1226 struct scatterlist *dsg = cmd->t_data_sg, *psg; in sbc_dif_generate() local 1334 struct scatterlist *psg; in sbc_dif_copy_prot() local 1377 unsigned int ei_lba, struct scatterlist *psg, int psg_off) in sbc_dif_verify()
|
/drivers/scsi/aacraid/ |
D | commctrl.c | 700 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb() local 816 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb() local
|
D | aachba.c | 3908 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg() 3948 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg) in aac_build_sg64() 3991 static long aac_build_sgraw(struct scsi_cmnd *scsicmd, struct sgmapraw *psg) in aac_build_sgraw()
|
/drivers/scsi/mpt3sas/mpi/ |
D | mpi2.h | 1093 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument 1094 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument 1095 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1099 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1101 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument 1244 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) \ argument 1246 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) \ argument 1248 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1252 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1254 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument
|
/drivers/message/fusion/lsi/ |
D | mpi.h | 591 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength) argument 592 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength) argument 593 #define MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l) argument 595 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f) argument 596 #define MPI_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI_SGE_LENGTH(l) argument
|
/drivers/scsi/ |
D | hptiop.c | 847 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
|
/drivers/dma/ |
D | at_xdmac.c | 1235 struct scatterlist *sg, *psg = NULL, *ppsg = NULL; in at_xdmac_prep_dma_memset_sg() local
|
/drivers/ata/ |
D | libata-core.c | 1728 struct scatterlist *psg = NULL, sg; in ata_exec_internal() local
|