Home
last modified time | relevance | path

Searched refs:IS_10160 (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/isp/
HDispvar.h810 #define IS_10160(isp) (isp->isp_type == ISP_HA_SCSI_10160) macro
814 #define IS_1X160(isp) (IS_10160(isp) || IS_12160(isp))
HDisp.c301 if (IS_10160(isp)) in isp_reset()