Home
last modified time | relevance | path

Searched refs:CAM_REQ_INPROG (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic7xxx_cam.h65 CAM_REQ_INPROG = XS_STS_DONE, /* CCB request is in progress */ enumerator
Daic7xxx.c5349 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5461 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5569 if (ostat == CAM_REQ_INPROG) in ahc_search_untagged_queues()
5873 if (ostat == CAM_REQ_INPROG) in ahc_abort_scbs()
Daic79xx.c7185 if (ostat == CAM_REQ_INPROG) in ahd_search_qinfifo()
7333 if (ostat == CAM_REQ_INPROG) in ahd_search_scb_list()
7532 if (ostat == CAM_REQ_INPROG) in ahd_abort_scbs()
/netbsd/src/sys/dev/usb/
Dumass_scsipi.c374 ccb->ccb_h.status = CAM_REQ_INPROG; in umass_scsipi_ioctl()