Searched refs:IS_23XX (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h771 #define IS_23XX(isp) ((isp)->isp_type >= ISP_HA_FC_2300 && \ 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)) {
599 } else if (IS_23XX(isp)) {
723 } else if (IS_23XX(isp)) {
781 } else if (dodnld && IS_23XX(isp)) {
1747 } else if (IS_2200(isp) || IS_23XX(isp)) {
2867 } else if (IS_23XX(isp)) {
3100 if (IS_23XX(isp) || IS_24XX(isp)) {
5788 if (IS_23XX(isp) || IS_24XX(isp)) {
8091 if (IS_2200(isp) || IS_23XX(isp)) {
H A Disp_pci.c910 if (IS_23XX(isp) || IS_24XX(isp)) {
H A Disp_freebsd.c3513 } else if (IS_23XX(isp)) {

Completed in 222 milliseconds