Home
last modified time | relevance | path

Searched refs:MPI_SGE_FLAGS_END_OF_LIST (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmpt.c589 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()
H A Dmpt_debug.c627 } while ((flags & MPI_SGE_FLAGS_END_OF_LIST) == 0 && iCount != 0); in mpt_dump_sgl()
H A Dmpt_netbsd.c1029 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()
H A Dmpt_mpilib.h579 #define MPI_SGE_FLAGS_END_OF_LIST (0x01) macro