Searched defs:psg (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/target/ |
H A D | target_core_sbc.c | 1166 struct scatterlist *dsg = cmd->t_data_sg, *psg; in sbc_dif_generate() local 1274 struct scatterlist *psg; in sbc_dif_copy_prot() local 1317 sbc_dif_verify(struct se_cmd * cmd,sector_t start,unsigned int sectors,unsigned int ei_lba,struct scatterlist * psg,int psg_off) sbc_dif_verify() argument [all...] |
/linux/drivers/scsi/aacraid/ |
H A D | commctrl.c | 711 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb() local 827 struct sgmap* psg in aac_send_raw_srb() local [all...] |
/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2.h | 1104 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument 1105 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument 1106 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1110 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1112 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg) argument 1255 MPI2_IEEE32_pSGE_GET_FLAGS(psg) global() argument 1257 MPI2_IEEE32_pSGE_GET_LENGTH(psg) global() argument 1259 MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg,f,l) global() argument 1263 MPI2_IEEE32_pSGE_SET_FLAGS(psg,f) global() argument 1265 MPI2_IEEE32_pSGE_SET_LENGTH(psg,l) global() argument [all...] |
/linux/drivers/message/fusion/lsi/ |
H A 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) argument [all...] |
/linux/drivers/scsi/ |
H A D | hptiop.c | 846 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl() argument
|
/linux/drivers/dma/ |
H A D | at_xdmac.c | 1385 struct scatterlist *sg, *psg = NULL, *ppsg = NULL; in at_xdmac_prep_dma_memset_sg() local
|