Symbol: CAM_REQ_CMP
sys/dev/ic/aic79xx.c
2259
aic_set_transaction_status(scb, CAM_REQ_CMP);
sys/dev/ic/aic79xx.c
7090
if (cstat != CAM_REQ_CMP)
sys/dev/ic/aic79xx.c
7563
if (aic_get_transaction_status(scbp) != CAM_REQ_CMP)
sys/dev/ic/aic79xx.c
9297
return (CAM_REQ_CMP);
sys/dev/ic/aic79xx.c
9317
if (status != CAM_REQ_CMP) {
sys/dev/ic/aic79xx.c
9351
if (status != CAM_REQ_CMP) {
sys/dev/ic/aic79xx.c
9433
if (status != CAM_REQ_CMP) {
sys/dev/ic/aic79xx.c
9502
ccb->ccb_h.status = CAM_REQ_CMP;
sys/dev/ic/aic79xx.c
9516
ccb->ccb_h.status = CAM_REQ_CMP;
sys/dev/ic/aic79xx.c
9540
if (ccb->ccb_h.status != CAM_REQ_CMP) {
sys/dev/ic/aic79xx_openbsd.c
176
case CAM_REQ_CMP:
sys/dev/ic/aic79xx_openbsd.h
214
(((scb)->xs->flags & ITSDONE) ? CAM_REQ_CMP : (scb)->xs->error)
sys/dev/ic/aic7xxx.c
1320
ahc_set_transaction_status(scb, CAM_REQ_CMP);
sys/dev/ic/aic7xxx.c
5181
if (cstat != CAM_REQ_CMP)
sys/dev/ic/aic7xxx.c
5293
if (cstat != CAM_REQ_CMP)
sys/dev/ic/aic7xxx.c
5400
if (cstat != CAM_REQ_CMP)
sys/dev/ic/aic7xxx.c
5701
if (ahc_get_transaction_status(scbp) != CAM_REQ_CMP)
sys/dev/ic/aic7xxx.c
6644
return (CAM_REQ_CMP);
sys/dev/ic/aic7xxx.c
6665
if (status != CAM_REQ_CMP) {
sys/dev/ic/aic7xxx.c
6725
if (status != CAM_REQ_CMP) {
sys/dev/ic/aic7xxx.c
6825
if (status != CAM_REQ_CMP) {
sys/dev/ic/aic7xxx.c
6901
ccb->ccb_h.status = CAM_REQ_CMP;
sys/dev/ic/aic7xxx.c
6915
ccb->ccb_h.status = CAM_REQ_CMP;
sys/dev/ic/aic7xxx.c
6939
if (ccb->ccb_h.status != CAM_REQ_CMP) {
sys/dev/ic/aic7xxx_openbsd.c
184
case CAM_REQ_CMP:
sys/dev/ic/aic7xxx_openbsd.h
228
return CAM_REQ_CMP;