Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_debug.c729 MPI_SGE_FLAGS_END_OF_LIST | \
819 } while ((flags & MPI_SGE_FLAGS_END_OF_LIST) == 0 && nxtaddr < lim); in mpt_dump_sgl()
H A Dmpt_cam.c1364 MPI_SGE_FLAGS_SIMPLE_ELEMENT | MPI_SGE_FLAGS_END_OF_LIST)); in mpt_execute_req_a64()
1437 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req_a64()
1560 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req_a64()
1755 MPI_SGE_FLAGS_SIMPLE_ELEMENT | MPI_SGE_FLAGS_END_OF_LIST)); in mpt_execute_req()
1821 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req()
1932 tf |= MPI_SGE_FLAGS_END_OF_LIST | in mpt_execute_req()
2740 MPI_SGE_FLAGS_END_OF_LIST | in mpt_fc_els_send_response()
4112 MPI_SGE_FLAGS_END_OF_LIST | in mpt_fc_post_els()
4511 flags |= MPI_SGE_FLAGS_END_OF_LIST | MPI_SGE_FLAGS_END_OF_BUFFER; in mpt_scsi_tgt_local()
4737 MPI_SGE_FLAGS_END_OF_LIST | in mpt_scsi_tgt_status()
H A Dmpt_user.c552 MPI_SGE_FLAGS_END_OF_LIST | in mpt_user_raid_action()
H A Dmpt.c1606 MPI_SGE_FLAGS_END_OF_LIST | in mpt_issue_cfg_req()
2401 | MPI_SGE_FLAGS_END_OF_LIST | MPI_SGE_FLAGS_SIMPLE_ELEMENT in mpt_upload_fw()
H A Dmpt_raid.c609 MPI_SGE_FLAGS_END_OF_LIST | in mpt_issue_raid_req()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi.h557 #define MPI_SGE_FLAGS_END_OF_LIST (0x01) macro