Searched refs:CAM_STATUS_MASK (Results 1 - 4 of 4) 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.h85 CAM_STATUS_MASK = 0x3F enumerator in enum:__anon14214
H A Daic79xx_osm.h538 cmd->result &= ~(CAM_STATUS_MASK << 16);
564 return ((cmd->result >> 16) & CAM_STATUS_MASK);
H A Daic7xxx_osm.h549 cmd->result &= ~(CAM_STATUS_MASK << 16);
575 return ((cmd->result >> 16) & CAM_STATUS_MASK);
/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 170 milliseconds