Searched refs:CAM_REQ_CMP (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Dcam.h47 CAM_REQ_CMP, /* CCB request completed without error */ enumerator in enum:__anon14214
H A Daic7xxx_core.c1840 * specifies CAM_REQ_CMP.
1848 ahc_set_transaction_status(scb, CAM_REQ_CMP);
5871 if (cstat != CAM_REQ_CMP)
5984 if (cstat != CAM_REQ_CMP)
6091 if (cstat != CAM_REQ_CMP)
6394 if (ahc_get_transaction_status(scbp) != CAM_REQ_CMP)
7325 return (CAM_REQ_CMP);
7346 if (status != CAM_REQ_CMP) {
7406 if (status != CAM_REQ_CMP) {
7507 if (status != CAM_REQ_CMP) {
[all...]
H A Daic7xxx_osm.c1788 ahc_set_transaction_status(scb, CAM_REQ_CMP);
1795 && ahc_get_transaction_status(scb) == CAM_REQ_CMP
1970 case CAM_REQ_CMP:
H A Daic79xx_osm.c1834 ahd_set_transaction_status(scb, CAM_REQ_CMP);
1841 && ahd_get_transaction_status(scb) == CAM_REQ_CMP
2037 case CAM_REQ_CMP:
H A Daic79xx_core.c3074 * specifies CAM_REQ_CMP.
3081 ahd_set_transaction_status(scb, CAM_REQ_CMP);
8111 if (cstat != CAM_REQ_CMP)
8583 if (ahd_get_transaction_status(scbp) != CAM_REQ_CMP)
10197 return (CAM_REQ_CMP);
10217 if (status != CAM_REQ_CMP) {
10251 if (status != CAM_REQ_CMP) {
10334 if (status != CAM_REQ_CMP) {
10403 ccb->ccb_h.status = CAM_REQ_CMP;
10417 ccb->ccb_h.status = CAM_REQ_CMP;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dscsi.c290 (ccb->ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) {

Completed in 205 milliseconds