Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isp/
HDispvar.h764 #define IS_12160(isp) (isp->isp_type == ISP_HA_SCSI_12160) macro
767 #define IS_1X160(isp) (IS_10160(isp) || IS_12160(isp))
768 #define IS_DUALBUS(isp) (IS_12X0(isp) || IS_12160(isp))
HDisp.c317 else if (IS_12160(isp)) in isp_reset()