Searched refs:isp_type (Results 1 – 7 of 7) sorted by relevance
595 uint8_t isp_type; /* HBA Chip Type */ member817 #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 …]
83 uint8_t isp_type; /* (ro) reflects chip type */ member
462 (((((isp)->isp_type & ISP_HA_SCSI) >= ISP_HA_SCSI_1040A) || \463 ((isp)->isp_type & ISP_HA_FC))? 12 : 6)465 (((((isp)->isp_type & ISP_HA_SCSI) >= ISP_HA_SCSI_1040A) || \466 ((isp)->isp_type & ISP_HA_FC))? 0xfff : 0x3f)
109 if (isp->isp_type <= ISP_HA_SCSI_1020A) { in isp_attach()329 sp->isp_type = isp->isp_type; in ispioctl()
247 switch (isp->isp_type) { in isp_reset()381 isp->isp_type = ISP_HA_SCSI_1020; in isp_reset()391 isp->isp_type = ISP_HA_SCSI_1020A; in isp_reset()396 isp->isp_type = ISP_HA_SCSI_1040; in isp_reset()401 isp->isp_type = ISP_HA_SCSI_1040A; in isp_reset()406 isp->isp_type = ISP_HA_SCSI_1040B; in isp_reset()411 isp->isp_type = ISP_HA_SCSI_1040C; in isp_reset()609 if (isp->isp_type == ISP_HA_SCSI_1040A) { in isp_reset()7457 if (isp->isp_type >= ISP_HA_SCSI_1040) { in isp_setdfltsdparm()7507 isp->isp_type < ISP_HA_SCSI_1020A) || in isp_setdfltsdparm()[all …]
543 isp->isp_type = ISP_HA_SCSI_UNKNOWN; in isp_pci_attach()551 isp->isp_type = ISP_HA_SCSI_1080; in isp_pci_attach()559 isp->isp_type = ISP_HA_SCSI_1240; in isp_pci_attach()568 isp->isp_type = ISP_HA_SCSI_1280; in isp_pci_attach()579 isp->isp_type = ISP_HA_SCSI_10160; in isp_pci_attach()587 isp->isp_type = ISP_HA_SCSI_12160; in isp_pci_attach()598 isp->isp_type = ISP_HA_FC_2100; in isp_pci_attach()617 isp->isp_type = ISP_HA_FC_2200; in isp_pci_attach()632 isp->isp_type = ISP_HA_FC_2300; in isp_pci_attach()638 isp->isp_type = ISP_HA_FC_2312; in isp_pci_attach()[all …]
190 isp->isp_type = ISP_HA_SCSI_UNKNOWN; in isp_sbus_attach()