HomeSort by: relevance | last modified time | path
    Searched defs:FlagsLength (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mfireg.h 1579 uint32_t FlagsLength;
1596 uint32_t FlagsLength;
mpt_mpilib.h 398 U32 FlagsLength;
405 U32 FlagsLength;
412 U32 FlagsLength;
622 /* SIMPLE FlagsLength manipulations... */
630 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength)
631 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength)
632 #define MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l)
634 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f)
635 #define MPI_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI_SGE_LENGTH(l)

Completed in 20 milliseconds