Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isp/
H A Dispvar.h542 uint8_t isp_type; /* HBA Chip Type */ member
756 #define IS_SCSI(isp) (isp->isp_type & ISP_HA_SCSI)
757 #define IS_1020(isp) (isp->isp_type < ISP_HA_SCSI_1240)
758 #define IS_1240(isp) (isp->isp_type == ISP_HA_SCSI_1240)
759 #define IS_1080(isp) (isp->isp_type == ISP_HA_SCSI_1080)
760 #define IS_1280(isp) (isp->isp_type == ISP_HA_SCSI_1280)
770 #define IS_FC(isp) ((isp)->isp_type & ISP_HA_FC)
771 #define IS_2100(isp) ((isp)->isp_type == ISP_HA_FC_2100)
772 #define IS_2200(isp) ((isp)->isp_type == ISP_HA_FC_2200)
774 (isp)->isp_type < ISP_HA_FC_2400)
[all …]
H A Disp_pci.c677 isp->isp_type = ISP_HA_SCSI_1080; in isp_pci_attach()
709 isp->isp_type = ISP_HA_FC_2100; in isp_pci_attach()
724 isp->isp_type = ISP_HA_FC_2200; in isp_pci_attach()
730 isp->isp_type = ISP_HA_FC_2300; in isp_pci_attach()
737 isp->isp_type = ISP_HA_FC_2312; in isp_pci_attach()
744 isp->isp_type = ISP_HA_FC_2322; in isp_pci_attach()
752 isp->isp_type = ISP_HA_FC_2400; in isp_pci_attach()
759 isp->isp_type = ISP_HA_FC_2500; in isp_pci_attach()
765 isp->isp_type = ISP_HA_FC_2500; in isp_pci_attach()
773 isp->isp_type = ISP_HA_FC_2600; in isp_pci_attach()
[all …]
H A Disp_ioctl.h81 uint8_t isp_type; /* (ro) reflects chip type */ member
H A Disp.c206 switch (isp->isp_type) { in isp_reset()
346 isp->isp_type = ISP_HA_SCSI_1020; in isp_reset()
356 isp->isp_type = ISP_HA_SCSI_1020A; in isp_reset()
361 isp->isp_type = ISP_HA_SCSI_1040; in isp_reset()
366 isp->isp_type = ISP_HA_SCSI_1040A; in isp_reset()
371 isp->isp_type = ISP_HA_SCSI_1040B; in isp_reset()
376 isp->isp_type = ISP_HA_SCSI_1040C; in isp_reset()
559 if (isp->isp_type == ISP_HA_SCSI_1040A) { in isp_reset()
2147 if (isp->isp_type <= ISP_HA_FC_2500) in isp_fibre_init_2400()
2151 if (isp->isp_type <= ISP_HA_FC_2400) in isp_fibre_init_2400()
[all …]
H A Disp_sbus.c177 isp->isp_type = ISP_HA_SCSI_UNKNOWN; in isp_sbus_attach()