Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/aacraid/
Dcommctrl.c586 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; in aac_send_raw_srb() local
691 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb() local
Daachba.c2817 static unsigned long aac_build_sg(struct scsi_cmnd* scsicmd, struct sgmap* psg) in aac_build_sg()
2859 static unsigned long aac_build_sg64(struct scsi_cmnd* scsicmd, struct sgmap64* psg) in aac_build_sg64()
2904 static unsigned long aac_build_sgraw(struct scsi_cmnd* scsicmd, struct sgmapraw* psg) in aac_build_sgraw()
/linux-2.6.39/drivers/scsi/mpt2sas/mpi/
Dmpi2.h965 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument
966 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument
967 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_SGE_SET_FLAGS_LENGTH(f,l) argument
970 #define MPI2_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI2_SGE_SET_FLAGS(f) argument
971 #define MPI2_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI2_SGE_LENGTH(l) argument
1079 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) MPI2_IEEE32_SGE_GET_FLAGS((psg)->FlagsLength) argument
1080 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) MPI2_IEEE32_SGE_LENGTH((psg)->FlagsLength) argument
1081 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_IEEE32_SGE_SET_FLAGS_… argument
1084 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI2_IEEE32_SGE_SET_FLAGS(f) argument
1085 #define MPI2_IEEE32_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI2_IEEE32_SGE_LENGTH(l) argument
/linux-2.6.39/drivers/message/fusion/lsi/
Dmpi.h590 #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-2.6.39/drivers/scsi/
Dhptiop.c677 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl()
/linux-2.6.39/drivers/media/video/gspca/
Dt613.c1163 u16 psg, nsg; in sd_setgain() local
/linux-2.6.39/drivers/ata/
Dlibata-core.c1725 struct scatterlist *psg = NULL, sg; in ata_exec_internal() local