Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isp/
H A Dispvar.h456 uint8_t isp_type; /* HBA Chip Type */ member
611 #define IS_25XX(isp) ((isp)->isp_type >= ISP_HA_FC_2500)
612 #define IS_26XX(isp) ((isp)->isp_type >= ISP_HA_FC_2600)
613 #define IS_27XX(isp) ((isp)->isp_type >= ISP_HA_FC_2700)
H A Disp_ioctl.h81 uint8_t isp_type; /* (ro) reflects chip type */ member
H A Disp_pci.c470 isp->isp_type = ISP_HA_FC_2400; in isp_pci_attach()
475 isp->isp_type = ISP_HA_FC_2500; in isp_pci_attach()
480 isp->isp_type = ISP_HA_FC_2500; in isp_pci_attach()
486 isp->isp_type = ISP_HA_FC_2600; in isp_pci_attach()
494 isp->isp_type = ISP_HA_FC_2700; in isp_pci_attach()
H A Disp.c169 switch (isp->isp_type) { in isp_reset()
834 if (isp->isp_type <= ISP_HA_FC_2500) in isp_init()
838 if (isp->isp_type <= ISP_HA_FC_2400) in isp_init()