Searched refs:XPT_FC_USER_CCB (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/cam/
H A Dcam_ccb.h124 XPT_FC_USER_CCB = 0x200, enumerator in enum:__anon6703
146 XPT_SCAN_BUS = 0x08 | XPT_FC_QUEUED | XPT_FC_USER_CCB
159 XPT_ASYNC = 0x0f | XPT_FC_QUEUED | XPT_FC_USER_CCB
171 XPT_SCAN_LUN = 0x14 | XPT_FC_QUEUED | XPT_FC_USER_CCB
206 XPT_SCAN_TGT = 0x1E | XPT_FC_QUEUED | XPT_FC_USER_CCB
221 XPT_ACCEPT_TARGET_IO = 0x32 | XPT_FC_QUEUED | XPT_FC_USER_CCB,
225 XPT_IMMED_NOTIFY = 0x34 | XPT_FC_QUEUED | XPT_FC_USER_CCB,
229 XPT_IMMEDIATE_NOTIFY = 0x36 | XPT_FC_QUEUED | XPT_FC_USER_CCB,
231 XPT_NOTIFY_ACKNOWLEDGE = 0x37 | XPT_FC_QUEUED | XPT_FC_USER_CCB,
H A Dcam_xpt.c5224 if ((ccb_h->func_code & XPT_FC_USER_CCB) == 0) {
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_pass.c1810 && ((inccb->ccb_h.func_code & XPT_FC_USER_CCB) == 0)) {
1963 && ((fc & XPT_FC_USER_CCB) == 0)) {

Completed in 97 milliseconds