Searched refs:SGE_IO_UNION (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_raid.h212 SGE_IO_UNION SGL; /* 30h */
254 SGE_IO_UNION SGL;
H A Dmpi_init.h120 SGE_IO_UNION SGL; /* 30h */
316 SGE_IO_UNION SGL; /* 68h */
H A Dmpi_targ.h363 SGE_IO_UNION SGL[1]; /* 20h */
428 SGE_IO_UNION SGL[1]; /* 50h */
H A Dmpi.h513 } SGE_IO_UNION, MPI_POINTER PTR_SGE_IO_UNION, typedef in typeref:struct:_SGE_IO_UNION
H A Dmpi_cnfg.h545 SGE_IO_UNION PageBufferSGE; /* 1Ch */
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.h891 #define MPT_NSGL(mpt) (MPT_RQSL(mpt) / sizeof (SGE_IO_UNION))
899 * Do this safely based upon SGE_IO_UNION.
904 ((MPT_RQSL(mpt) - sizeof (MSG_SCSI_IO_REQUEST) + sizeof (SGE_IO_UNION)) / \
905 sizeof (SGE_IO_UNION))
1138 void mpt_dump_sgl(SGE_IO_UNION *se, int offset);
H A Dmpt_debug.c613 SGE_IO_UNION x;
735 mpt_dump_sgl(SGE_IO_UNION *su, int offset)

Completed in 98 milliseconds