Searched defs:psg (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/drivers/scsi/aacraid/ |
D | commctrl.c | 586 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb() local 692 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb() local
|
D | aachba.c | 2818 static unsigned long aac_build_sg(struct scsi_cmnd* scsicmd, struct sgmap* psg) in aac_build_sg() 2860 static unsigned long aac_build_sg64(struct scsi_cmnd* scsicmd, struct sgmap64* psg) in aac_build_sg64() 2905 static unsigned long aac_build_sgraw(struct scsi_cmnd* scsicmd, struct sgmapraw* psg) in aac_build_sgraw()
|
/linux-3.3/drivers/scsi/mpt2sas/mpi/ |
D | mpi2.h | 974 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument 975 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument 976 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_SGE_SET_FLAGS_LENGTH(f,l) argument 979 #define MPI2_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI2_SGE_SET_FLAGS(f) argument 980 #define MPI2_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI2_SGE_LENGTH(l) argument 1094 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) MPI2_IEEE32_SGE_GET_FLAGS((psg)->FlagsLength) argument 1095 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) MPI2_IEEE32_SGE_LENGTH((psg)->FlagsLength) argument 1096 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_IEEE32_SGE_SET_FLAGS_… argument 1099 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI2_IEEE32_SGE_SET_FLAGS(f) argument 1100 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI2_IEEE32_SGE_LENGTH(l) argument
|
/linux-3.3/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-3.3/drivers/scsi/ |
D | hptiop.c | 677 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
|
/linux-3.3/drivers/media/video/gspca/ |
D | t613.c | 1185 u16 psg, nsg; in sd_setgain() local
|
/linux-3.3/drivers/ata/ |
D | libata-core.c | 1725 struct scatterlist *psg = NULL, sg; in ata_exec_internal() local
|