Lines Matching +full:cam +full:- +full:if
1 /*-
2 * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 * SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause
29 /*-
56 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
62 * Support from LSI-Logic has also gone a great deal toward making this a
65 /*-
94 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE COPYRIGHT
100 #include <cam/cam.h>
101 #include <cam/cam_debug.h>
102 #include <cam/cam_ccb.h>
103 #include <cam/cam_sim.h>
104 #include <cam/cam_xpt.h>
105 #include <cam/cam_periph.h>
106 #include <cam/cam_xpt_sim.h>
107 #include <cam/cam_debug.h>
108 #include <cam/scsi/scsi_all.h>
109 #include <cam/scsi/scsi_message.h>
121 if ((ccb->ccb_h.status & CAM_DEV_QFRZN) == 0) { in mpt_freeze_ccb()
122 ccb->ccb_h.status |= CAM_DEV_QFRZN; in mpt_freeze_ccb()
123 xpt_freeze_devq(ccb->ccb_h.path, /*count*/1); in mpt_freeze_ccb()
130 ccb->ccb_h.status &= ~CAM_STATUS_MASK; in mpt_set_ccb_status()
131 ccb->ccb_h.status |= status; in mpt_set_ccb_status()
148 cam_sim_alloc(a, b, c, mpt, (mpt)->unit, &(mpt)->mpt_lock, e, f, g)