Searched refs:IS_10160 (Results 1 – 2 of 2) sorted by relevance
810 #define IS_10160(isp) (isp->isp_type == ISP_HA_SCSI_10160) macro814 #define IS_1X160(isp) (IS_10160(isp) || IS_12160(isp))
301 if (IS_10160(isp)) in isp_reset()