Searched refs:CAM_STATUS_MASK (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Dcam.h85 CAM_STATUS_MASK = 0x3F enumerator in enum:__anon9071
H A Daic7xxx_osm.h520 cmd->result &= ~(CAM_STATUS_MASK << 16);
546 return ((cmd->result >> 16) & CAM_STATUS_MASK);
H A Daic79xx_osm.h502 cmd->result &= ~(CAM_STATUS_MASK << 16);
528 return ((cmd->result >> 16) & CAM_STATUS_MASK);

Completed in 96 milliseconds