Searched refs:DebugFlag (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Ddebug.h103 #define DBG_FLAGS(A) ((A)->DebugFlag)
195 unsigned long DebugFlag; member in struct:__anon16054
H A Dwl_profile.c112 extern p_u32 DebugFlag;
333 /* handle DebugFlag as early as possible so it starts its influence as early
337 if (DebugFlag == ~0) { /* if DebugFlag is not specified on the command line */
338 if (DbgInfo->DebugFlag == 0) { /* if pc_debug did not set DebugFlag (i.e.pc_debug is
341 DbgInfo->DebugFlag |= DBG_DEFAULTS;
344 DbgInfo->DebugFlag = simple_strtoul(value, NULL, 0); /* ;?DebugFlag; */
346 DbgInfo->DebugFlag
[all...]
H A Dwl_main.c241 */ p_u32 DebugFlag = ~0; //recognizable "undefined value" rather then DBG_DEFAULTS; variable
242 //MODULE_PARM(DebugFlag, "l");
1671 /* Convert "standard" PCMCIA parameter pc_debug to a reasonable DebugFlag value.
1673 DbgInfo->DebugFlag = 0;
1674 DbgInfo->DebugFlag = DBG_TRACE_ON; //;?get this mess resolved one day
1677 DbgInfo->DebugFlag |= DBG_DS_ON;
1679 DbgInfo->DebugFlag |= DBG_RX_ON | DBG_TX_ON;
1681 DbgInfo->DebugFlag |= DBG_PARAM_ON;
1683 DbgInfo->DebugFlag |= DBG_TRACE_ON;
1685 DbgInfo->DebugFlag |
[all...]
H A Dwl_internal.h175 #define PARM_DEBUG_FLAG DebugFlag
176 #define PARM_NAME_DEBUG_FLAG TEXT("DebugFlag")
886 hcf_16 DebugFlag; member in struct:wl_private

Completed in 56 milliseconds