Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Dispvar.h528 uint8_t isp_type; /* HBA Chip Type */ member
690 #define IS_25XX(isp) ((isp)->isp_type >= ISP_HA_FC_2500)
691 #define IS_26XX(isp) ((isp)->isp_type >= ISP_HA_FC_2600)
692 #define IS_27XX(isp) ((isp)->isp_type >= ISP_HA_FC_2700)
693 #define IS_28XX(isp) ((isp)->isp_type >= ISP_HA_FC_2800)
H A Disp_ioctl.h80 uint8_t isp_type; /* (ro) reflects chip type */ member
H A Disp_pci.c497 isp->isp_type = ISP_HA_FC_2400; in isp_pci_attach()
502 isp->isp_type = ISP_HA_FC_2500; in isp_pci_attach()
507 isp->isp_type = ISP_HA_FC_2500; in isp_pci_attach()
513 isp->isp_type = ISP_HA_FC_2600; in isp_pci_attach()
521 isp->isp_type = ISP_HA_FC_2700; in isp_pci_attach()
527 isp->isp_type = ISP_HA_FC_2800; in isp_pci_attach()
H A Disp.c228 switch (isp->isp_type) { in isp_reset()
1052 if (isp->isp_type <= ISP_HA_FC_2500) in isp_init()
1056 if (isp->isp_type <= ISP_HA_FC_2400) in isp_init()