Searched refs:MPI_SGE_FLAGS_END_OF_LIST (Results 1 – 4 of 4) sorted by relevance
589 MPI_SGE_FLAGS_SIMPLE_ELEMENT | MPI_SGE_FLAGS_END_OF_LIST)); in mpt_read_cfg_header()644 MPI_SGE_FLAGS_END_OF_LIST)); in mpt_read_cfg_page()729 MPI_SGE_FLAGS_END_OF_LIST | MPI_SGE_FLAGS_HOST_TO_IOC)); in mpt_write_cfg_page()
627 } while ((flags & MPI_SGE_FLAGS_END_OF_LIST) == 0 && iCount != 0); in mpt_dump_sgl()
1029 MPI_SGE_FLAGS_END_OF_LIST | in mpt_run_xfer()1068 MPI_SGE_FLAGS_END_OF_LIST; in mpt_run_xfer()1088 MPI_SGE_FLAGS_SIMPLE_ELEMENT | MPI_SGE_FLAGS_END_OF_LIST)); in mpt_run_xfer()
579 #define MPI_SGE_FLAGS_END_OF_LIST (0x01) macro