Searched refs:LEVEL (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_logging.h46 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \
48 if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \
54 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD)
62 #define SCSI_LOG_ERROR_RECOVERY(LEVEL,CMD) \
63 SCSI_CHECK_LOGGING(SCSI_LOG_ERROR_SHIFT, SCSI_LOG_ERROR_BITS, LEVEL,CMD);
64 #define SCSI_LOG_TIMEOUT(LEVEL,CMD) \
65 SCSI_CHECK_LOGGING(SCSI_LOG_TIMEOUT_SHIFT, SCSI_LOG_TIMEOUT_BITS, LEVEL,CMD);
66 #define SCSI_LOG_SCAN_BUS(LEVEL,CMD) \
67 SCSI_CHECK_LOGGING(SCSI_LOG_SCAN_SHIFT, SCSI_LOG_SCAN_BITS, LEVEL,CMD);
68 #define SCSI_LOG_MLQUEUE(LEVEL,CM
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_vli.h100 /* LEVEL: (total bits, prefix bits, prefix value),
106 LEVEL( 2, 1, 0x00); \
107 LEVEL( 3, 2, 0x01); \
108 LEVEL( 5, 3, 0x03); \
109 LEVEL( 7, 4, 0x07); \
110 LEVEL(10, 5, 0x0f); \
111 LEVEL(14, 6, 0x1f); \
112 LEVEL(21, 8, 0x3f); \
113 LEVEL(29, 8, 0x7f); \
114 LEVEL(4
126 #define LEVEL macro
139 #undef LEVEL macro
152 #define LEVEL macro
165 #undef LEVEL macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-dreamcast/
H A Dirq.c52 #define LEVEL(event) (((event) - HW_EVENT_IRQ_BASE) / 32) macro
65 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2);
76 __u32 emr = EMR_BASE + (LEVEL(irq) << 4) + (LEVEL(irq) << 2);
87 __u32 esr = ESR_BASE + (LEVEL(irq) << 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.h56 #define FCOE_CHECK_LOGGING(LEVEL, CMD) \
58 if (unlikely(fcoe_debug_logging & LEVEL)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_search.c112 ((LF_ISSET(SR_PARENT) && (u_int8_t)(slevel + 1) >= LEVEL(h)) ||
113 (LF_ISSET(SR_WRITE) && LEVEL(h) == LEAFLEVEL) ||
114 (LF_ISSET(SR_START) && slevel == LEVEL(h)))) {
132 (u_int8_t)(slevel + 1) >= LEVEL(h)) ||
133 (LF_ISSET(SR_WRITE) && LEVEL(h) == LEAFLEVEL) ||
134 (LF_ISSET(SR_START) && slevel == LEVEL(h)))) {
227 if (LEVEL(h) == LEAFLEVEL ||
228 (!LF_ISSET(SR_START) && LEVEL(h) == slevel)) {
248 if (LEVEL(h) == LEAFLEVEL ||
250 LEVEL(
[all...]
H A Dbt_rsearch.c231 if (stop == LEVEL(h)) {
256 (u_int8_t)(stop + 1) >= (u_int8_t)(LEVEL(h) - 1)) ||
257 (LEVEL(h) - 1) == LEAFLEVEL)
H A Dbt_delete.c264 if (LEVEL(cp->csp->page) == 1 &&
327 DB_ASSERT(dbp->env, LEVEL(epg->page) != 1);
451 if (F_ISSET(cp, C_RECNUM) && LEVEL(child) > LEAFLEVEL)
455 if (F_ISSET(cp, C_RECNUM) && LEVEL(child) > LEAFLEVEL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_libfc.h34 #define FC_CHECK_LOGGING(LEVEL, CMD) \
36 if (unlikely(fc_debug_logging & LEVEL)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c378 #define CLOSE_LEVEL(LEVEL) \
380 if (level ## LEVEL) printf("</%s>\n", \
381 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \
382 level ## LEVEL=NULL;\
385 #define OPEN_LEVEL(LEVEL,TAG) \
387 level ## LEVEL=TAG;\
388 if (leveltag ## LEVEL) {\
389 printf("%s<%s ", (leveli ## LEVEL), \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Diptables-xml.c378 #define CLOSE_LEVEL(LEVEL) \
380 if (level ## LEVEL) printf("</%s>\n", \
381 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \
382 level ## LEVEL=NULL;\
385 #define OPEN_LEVEL(LEVEL,TAG) \
387 level ## LEVEL=TAG;\
388 if (leveltag ## LEVEL) {\
389 printf("%s<%s ", (leveli ## LEVEL), \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Diptables-xml.c376 #define CLOSE_LEVEL(LEVEL) \
378 if (level ## LEVEL) printf("</%s>\n", \
379 (leveltag ## LEVEL)?(leveltag ## LEVEL):(level ## LEVEL)); \
380 level ## LEVEL=NULL;\
383 #define OPEN_LEVEL(LEVEL,TAG) \
385 level ## LEVEL=TAG;\
386 if (leveltag ## LEVEL) {\
387 printf("%s<%s ", (leveli ## LEVEL), \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dpariscid.pl8 $LEVEL ="2.0W";
12 $LEVEL ="1.1";
22 .LEVEL $LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dfixup.S56 .level LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dpariscid.pl8 $LEVEL ="2.0W";
12 $LEVEL ="1.1";
22 .LEVEL $LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dinternal.h365 #define ____do_kdebug(LEVEL, POINT) \
367 (FSCACHE_POINT_##POINT << (FSCACHE_DEBUG_ ## LEVEL * 3))))
368 #define ___do_kdebug(LEVEL, POINT) \
369 ____do_kdebug(LEVEL, POINT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dextint.c105 level = eic_readl(eic, LEVEL);
132 eic_writel(eic, LEVEL, level);
232 eic_writel(eic, LEVEL, 0UL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpolicy_parse.y103 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY
107 %type <num> DIR ACTION PROTOCOL MODE LEVEL
170 : LEVEL {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-parisc.pl28 $LEVEL ="2.0W";
37 $LEVEL ="1.0";
139 .LEVEL $LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-parisc.pl27 $LEVEL ="2.0W";
36 $LEVEL ="1.0";
148 .LEVEL $LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl28 $LEVEL ="2.0W";
37 $LEVEL ="1.0";
139 .LEVEL $LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl27 $LEVEL ="2.0W";
36 $LEVEL ="1.0";
148 .LEVEL $LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dhead.S25 .level LEVEL
245 .level LEVEL /* restore 1.1 || 2.0w */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic.h84 #define FNIC_CHECK_LOGGING(LEVEL, CMD) \
86 if (unlikely(fnic_log_level & LEVEL)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dgate.S17 .level LEVEL
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dboard-a9m9750dev.c118 REGSET(eic, SYS_EIC, LVEDG, LEVEL);

Completed in 275 milliseconds

123