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

/freebsd-current/sys/dev/isp/
H A Disp.c168 } else if (IS_26XX(isp)) { /* 26xx and 27xx are identical */
185 } else if (IS_26XX(isp)) {
324 if (!IS_26XX(isp)) {
540 } else if (IS_26XX(isp)) {
560 if (!IS_26XX(isp))
572 if (IS_26XX(isp)) {
610 if (!dodnld && !IS_26XX(isp))
928 if (!IS_26XX(isp))
1009 if (IS_26XX(isp)) {
1124 if (IS_26XX(is
[all...]
H A Dispvar.h690 #define IS_26XX(isp) ((isp)->isp_type >= ISP_HA_FC_2600) macro
H A Disp_pci.c527 if (IS_26XX(isp)) {
1252 max_irq = IS_26XX(isp) ? 3 : (IS_25XX(isp) ? 2 : 0);

Completed in 105 milliseconds