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

/freebsd-current/sys/dev/isp/
H A Disp_ioctl.h80 uint8_t isp_type; /* (ro) reflects chip type */ member in struct:__anon2784
H A Dispvar.h528 uint8_t isp_type; /* HBA Chip Type */ member in struct:ispsoftc
689 #define IS_25XX(isp) ((isp)->isp_type >= ISP_HA_FC_2500)
690 #define IS_26XX(isp) ((isp)->isp_type >= ISP_HA_FC_2600)
691 #define IS_27XX(isp) ((isp)->isp_type >= ISP_HA_FC_2700)
692 #define IS_28XX(isp) ((isp)->isp_type >= ISP_HA_FC_2800)
H A Disp_pci.c488 isp->isp_type = ISP_HA_FC_2400;
493 isp->isp_type = ISP_HA_FC_2500;
498 isp->isp_type = ISP_HA_FC_2500;
504 isp->isp_type = ISP_HA_FC_2600;
512 isp->isp_type = ISP_HA_FC_2700;
518 isp->isp_type = ISP_HA_FC_2800;
H A Disp.c228 switch (isp->isp_type) {
1049 if (isp->isp_type <= ISP_HA_FC_2500)
1053 if (isp->isp_type <= ISP_HA_FC_2400)

Completed in 106 milliseconds