Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/
HDcam_sim.h126 #define CAM_SIM_ON_DONEQ 0x04 macro
HDcam_xpt.c4908 if ((sim->flags & CAM_SIM_ON_DONEQ) == 0) { in xpt_done()
4910 if ((sim->flags & CAM_SIM_ON_DONEQ) == 0) { in xpt_done()
4913 sim->flags |= CAM_SIM_ON_DONEQ; in xpt_done()
7402 sim->flags &= ~CAM_SIM_ON_DONEQ; in camisr()