Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/
HDcam.h94 #define CAM_UNQUEUED_INDEX -1 macro
409 pinfo->index = CAM_UNQUEUED_INDEX; in cam_init_pinfo()
HDcam_queue.h232 ccb->ccb_h.pinfo.index = CAM_UNQUEUED_INDEX; in cam_ccbq_remove_ccb()
HDcam_queue.c190 removed_entry->index = CAM_UNQUEUED_INDEX; in camq_remove()
HDcam_xpt.c341 return (device->devq_entry.index != CAM_UNQUEUED_INDEX); in device_is_queued()
2641 if (abort_ccb->ccb_h.pinfo.index == CAM_UNQUEUED_INDEX in xpt_action_default()
3187 if (pinfo->index != CAM_UNQUEUED_INDEX) { in xpt_schedule_dev()
3425 ccb_h->pinfo.index = CAM_UNQUEUED_INDEX; in xpt_setup_ccb_flags()
4839 KASSERT(device->devq_entry.index == CAM_UNQUEUED_INDEX, in xpt_release_device()
5320 ccb_h->pinfo.index = CAM_UNQUEUED_INDEX; in xpt_done_process()
HDcam_periph.c1167 KASSERT(ccb->ccb_h.pinfo.index == CAM_UNQUEUED_INDEX && in cam_periph_ccbwait()
/freebsd-11-stable/sys/dev/hptmv/
HDentry.c2013 ccb->ccb_h.pinfo.index = CAM_UNQUEUED_INDEX; in hpt_attach()