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

/freebsd-11-stable/sys/dev/isp/
H A Dispvar.h778 #define IS_26XX(isp) ((isp)->isp_type >= ISP_HA_FC_2600) macro
H A Disp_pci.c791 if (IS_26XX(isp)) {
1911 max_irq = IS_26XX(isp) ? 3 : (IS_25XX(isp) ? 2 : 0);
H A Disp.c615 if (!IS_26XX(isp)) {
876 } else if (IS_26XX(isp)) {
915 if (IS_26XX(isp)) {
2028 if (icbp->icb_execthrottle < 1 && !IS_26XX(isp)) {
2109 if (IS_26XX(isp)) {
2217 if (IS_26XX(isp) && isp->isp_nirq >= 3)
7782 if (IS_26XX(isp)) {

Completed in 94 milliseconds