Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2.h1161 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument
1162 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument
1163 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_SGE_SET_FLAGS_LENGTH(f,l) argument
1166 #define MPI2_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI2_SGE_SET_FLAGS(f) argument
1167 #define MPI2_pSGE_SET_LENGTH(psg,l) (psg) argument
1313 MPI2_IEEE32_pSGE_GET_FLAGS(psg) global() argument
1314 MPI2_IEEE32_pSGE_GET_LENGTH(psg) global() argument
1315 MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg,f,l) global() argument
1318 MPI2_IEEE32_pSGE_SET_FLAGS(psg,f) global() argument
1319 MPI2_IEEE32_pSGE_SET_LENGTH(psg,l) global() argument
[all...]
/titanic_52/usr/src/uts/common/sys/mpt/
H A Dmpi.h448 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength) argument
449 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength) argument
450 #define MPI_pSGE_SET_FLAGS_LENGTH(psg, f, l) \ argument
456 #define MPI_pSGE_SET_FLAGS(psg, f) \ argument
458 #define MPI_pSGE_SET_LENGTH(psg, l) \ argument
[all...]