Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic7xxx_cam.h114 CAM_REQ_CMP, /* CCB request completed without error */ enumerator
Daic7xxx_openbsd.h314 return CAM_REQ_CMP; in ahc_get_transaction_status()
Daic7xxx.c1299 ahc_set_transaction_status(scb, CAM_REQ_CMP); in ahc_handle_scsiint()
5374 if (cstat != CAM_REQ_CMP) in ahc_search_qinfifo()
5486 if (cstat != CAM_REQ_CMP) in ahc_search_qinfifo()
5593 if (cstat != CAM_REQ_CMP) in ahc_search_untagged_queues()
5894 if (ahc_get_transaction_status(scbp) != CAM_REQ_CMP) in ahc_abort_scbs()
6834 return (CAM_REQ_CMP); in ahc_find_tmode_devs()
6854 if (status != CAM_REQ_CMP) { in ahc_handle_en_lun()
6914 if (status != CAM_REQ_CMP) { in ahc_handle_en_lun()
6996 if (status != CAM_REQ_CMP) { in ahc_handle_en_lun()
7072 ccb->ccb_h.status = CAM_REQ_CMP; in ahc_handle_en_lun()
[all …]
Daic7xxx_openbsd.c243 case CAM_REQ_CMP: in ahc_done()