Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/mpt/
H A Dmpt_debug.c728 MPI_SGE_FLAGS_END_OF_LIST | \
818 } while ((flags & MPI_SGE_FLAGS_END_OF_LIST) == 0 && nxtaddr < lim); in mpt_dump_sgl()
H A Dmpt_cam.c1369 MPI_SGE_FLAGS_SIMPLE_ELEMENT | MPI_SGE_FLAGS_END_OF_LIST)); in mpt_execute_req_a64()
1443 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req_a64()
1566 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req_a64()
1772 MPI_SGE_FLAGS_SIMPLE_ELEMENT | MPI_SGE_FLAGS_END_OF_LIST)); in mpt_execute_req()
1839 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req()
1953 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req()
2820 MPI_SGE_FLAGS_END_OF_LIST | in mpt_fc_els_send_response()
4156 MPI_SGE_FLAGS_END_OF_LIST | in mpt_fc_post_els()
4602 flags |= MPI_SGE_FLAGS_END_OF_LIST | MPI_SGE_FLAGS_END_OF_BUFFER; in mpt_scsi_tgt_local()
4836 MPI_SGE_FLAGS_END_OF_LIST | in mpt_scsi_tgt_status()
H A Dmpt_user.c545 MPI_SGE_FLAGS_END_OF_LIST | in mpt_user_raid_action()
H A Dmpt.c1609 MPI_SGE_FLAGS_END_OF_LIST | in mpt_issue_cfg_req()
2408 | MPI_SGE_FLAGS_END_OF_LIST | MPI_SGE_FLAGS_SIMPLE_ELEMENT in mpt_upload_fw()
H A Dmpt_raid.c613 MPI_SGE_FLAGS_END_OF_LIST | in mpt_issue_raid_req()
/dragonfly/sys/dev/disk/mpt/mpilib/
H A Dmpi.h567 #define MPI_SGE_FLAGS_END_OF_LIST (0x01) macro