HomeSort by: relevance | last modified time | path
    Searched defs:isp_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp_ioctl.h 83 uint8_t isp_type; /* (ro) reflects chip type */ member in struct:__anon487c79600108
ispvar.h 595 uint8_t isp_type; /* HBA Chip Type */ member in struct:ispsoftc
817 #define IS_SCSI(isp) (isp->isp_type & ISP_HA_SCSI)
818 #define IS_1020(isp) (isp->isp_type < ISP_HA_SCSI_1240)
819 #define IS_1240(isp) (isp->isp_type == ISP_HA_SCSI_1240)
820 #define IS_1080(isp) (isp->isp_type == ISP_HA_SCSI_1080)
821 #define IS_1280(isp) (isp->isp_type == ISP_HA_SCSI_1280)
822 #define IS_10160(isp) (isp->isp_type == ISP_HA_SCSI_10160)
823 #define IS_12160(isp) (isp->isp_type == ISP_HA_SCSI_12160)
831 #define IS_FC(isp) ((isp)->isp_type & ISP_HA_FC)
832 #define IS_2100(isp) ((isp)->isp_type == ISP_HA_FC_2100
    [all...]

Completed in 12 milliseconds