Searched refs:IS_2200 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h770 #define IS_2200(isp) ((isp)->isp_type == ISP_HA_FC_2200) macro
H A Dispreg.h444 #define ISP_NMBOX(isp) ((IS_24XX(isp) || IS_23XX(isp))? 32 : (IS_2200(isp) ? 24 : 8))
446 ((IS_24XX(isp) || IS_23XX(isp))? 0xffffffff : (IS_2200(isp)? 0x00ffffff : 0xff))
H A Disp.c584 if (IS_2200(isp) || IS_23XX(isp)) {
1697 if ((fcp->role & ISP_ROLE_INITIATOR) || IS_2100(isp) || IS_2200(isp)) {
1747 } else if (IS_2200(isp) || IS_23XX(isp)) {
1805 if (IS_2200(isp)) {
3402 if (IS_2100(isp) || IS_2200(isp)) {
5860 if (!IS_2200(isp) && !IS_2100(isp)) {
8091 if (IS_2200(isp) || IS_23XX(isp)) {

Completed in 190 milliseconds