Home
last modified time | relevance | path

Searched refs:isp_type (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dispvar.h595 uint8_t isp_type; /* HBA Chip Type */ member
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 …]
H A Disp_ioctl.h83 uint8_t isp_type; /* (ro) reflects chip type */ member
H A Dispreg.h462 (((((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)
H A Disp_netbsd.c109 if (isp->isp_type <= ISP_HA_SCSI_1020A) { in isp_attach()
329 sp->isp_type = isp->isp_type; in ispioctl()
H A Disp.c247 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 …]
/netbsd-src/sys/dev/pci/
H A Disp_pci.c543 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 …]
/netbsd-src/sys/dev/sbus/
H A Disp_sbus.c190 isp->isp_type = ISP_HA_SCSI_UNKNOWN; in isp_sbus_attach()