Searched refs:XPT_FC_QUEUED (Results 1 – 7 of 7) sorted by relevance
122 XPT_FC_QUEUED = 0x100, enumerator127 XPT_FC_DEV_QUEUED = 0x800 | XPT_FC_QUEUED,146 XPT_SCAN_BUS = 0x08 | XPT_FC_QUEUED | XPT_FC_USER_CCB159 XPT_ASYNC = 0x0f | XPT_FC_QUEUED | XPT_FC_USER_CCB171 XPT_SCAN_LUN = 0x14 | XPT_FC_QUEUED | XPT_FC_USER_CCB214 XPT_SCAN_TGT = 0x1E | XPT_FC_QUEUED | XPT_FC_USER_CCB232 XPT_ACCEPT_TARGET_IO = 0x32 | XPT_FC_QUEUED | XPT_FC_USER_CCB,236 XPT_IMMED_NOTIFY = 0x34 | XPT_FC_QUEUED | XPT_FC_USER_CCB,240 XPT_IMMEDIATE_NOTIFY = 0x36 | XPT_FC_QUEUED | XPT_FC_USER_CCB,242 XPT_NOTIFY_ACKNOWLEDGE = 0x37 | XPT_FC_QUEUED | XPT_FC_USER_CCB,[all …]
200 KASSERT((new_ccb->ccb_h.func_code & XPT_FC_QUEUED) != 0 && in cam_ccbq_insert_ccb()
1162 if ((ccb->ccb_h.func_code & XPT_FC_QUEUED) != 0) { in cam_periph_ccbwait()
4513 if ((done_ccb->ccb_h.func_code & XPT_FC_QUEUED) == 0) in xpt_done()4536 if ((done_ccb->ccb_h.func_code & XPT_FC_QUEUED) == 0) in xpt_done_direct()
1829 if ((inccb->ccb_h.func_code & XPT_FC_QUEUED) in passdoioctl()1999 if ((fc & XPT_FC_QUEUED) in passdoioctl()2022 if ((fc & XPT_FC_QUEUED) == 0) { in passdoioctl()
570 if ((func_code & XPT_FC_QUEUED) != 0) { in targwrite()
1253 if ((ccb->ccb_h.func_code & XPT_FC_QUEUED) == 0 || in ahci_done()