Home
last modified time | relevance | path

Searched defs:psg (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_sbc.c1166 struct scatterlist *dsg = cmd->t_data_sg, *psg; in sbc_dif_generate() local
1274 struct scatterlist *psg; in sbc_dif_copy_prot() local
1317 unsigned int ei_lba, struct scatterlist *psg, int psg_off) in sbc_dif_verify()
/openbmc/linux/drivers/scsi/aacraid/
H A Dcommctrl.c711 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb() local
827 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb() local
H A Daachba.c3794 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg()
3834 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg) in aac_build_sg64()
3877 static long aac_build_sgraw(struct scsi_cmnd *scsicmd, struct sgmapraw *psg) in aac_build_sgraw()
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2.h1097 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument
1098 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument
1099 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument
1103 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument
1105 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument
1248 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) \ argument
1250 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) \ argument
1252 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument
1256 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument
1258 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi.h591 #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
/openbmc/linux/drivers/scsi/
H A Dhptiop.c846 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
/openbmc/linux/drivers/dma/
H A Dat_xdmac.c1383 struct scatterlist *sg, *psg = NULL, *ppsg = NULL; in at_xdmac_prep_dma_memset_sg() local
/openbmc/linux/drivers/ata/
H A Dlibata-core.c1679 struct scatterlist *psg = NULL, sg; in ata_exec_internal() local