Home
last modified time | relevance | path

Searched refs:CAM_PERIPH_RUN_TASK (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/cam/
Dcam_periph.h132 #define CAM_PERIPH_RUN_TASK 0x40 macro
Dcam_xpt.c3375 periph->flags &= ~CAM_PERIPH_RUN_TASK; in xpt_run_allocq_task()
3408 if (periph->flags & CAM_PERIPH_RUN_TASK) in xpt_run_allocq()
3411 periph->flags |= CAM_PERIPH_RUN_TASK; in xpt_run_allocq()