Searched defs:psg (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_sbc.c | 1242 struct scatterlist *dsg = cmd->t_data_sg, *psg; in sbc_dif_generate() local 1350 struct scatterlist *psg; in sbc_dif_copy_prot() local 1393 unsigned int ei_lba, struct scatterlist *psg, int psg_off) in sbc_dif_verify()
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | commctrl.c | 715 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb() local 831 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb() local
|
D | aachba.c | 3922 static long aac_build_sg(struct scsi_cmnd *scsicmd, struct sgmap *psg) in aac_build_sg() 3964 static long aac_build_sg64(struct scsi_cmnd *scsicmd, struct sgmap64 *psg) in aac_build_sg64() 4009 static long aac_build_sgraw(struct scsi_cmnd *scsicmd, struct sgmapraw *psg) in aac_build_sgraw()
|
/Linux-v4.19/drivers/scsi/mpt3sas/mpi/ |
D | mpi2.h | 1083 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument 1084 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument 1085 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1089 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1091 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument 1234 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) \ argument 1236 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) \ argument 1238 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1242 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1244 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/scsi/ |
D | hptiop.c | 855 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
|
/Linux-v4.19/drivers/dma/ |
D | at_xdmac.c | 1234 struct scatterlist *sg, *psg = NULL, *ppsg = NULL; in at_xdmac_prep_dma_memset_sg() local
|
/Linux-v4.19/drivers/ata/ |
D | libata-core.c | 1744 struct scatterlist *psg = NULL, sg; in ata_exec_internal() local
|