Home
last modified time | relevance | path

Searched refs:MPI_pSGE_SET_FLAGS (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dmpt.c612 MPI_pSGE_SET_FLAGS(((SGE_SIMPLE32 *) &cfgp->PageBufferSGE), in mpt_read_cfg_header()
667 MPI_pSGE_SET_FLAGS(se, (MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mpt_read_cfg_page()
751 MPI_pSGE_SET_FLAGS(se, (MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mpt_write_cfg_page()
1379 MPI_pSGE_SET_FLAGS(se, flags); in mpt_do_upload()
Dmpt_openbsd.c1117 MPI_pSGE_SET_FLAGS(se, tf); in mpt_run_xfer()
1171 MPI_pSGE_SET_FLAGS(se, tf); in mpt_run_xfer()
1206 MPI_pSGE_SET_FLAGS(se, tf); in mpt_run_xfer()
1221 MPI_pSGE_SET_FLAGS(se, in mpt_run_xfer()
Dmpt_mpilib.h635 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f) macro