Searched refs:_u16PQDbgSwitch (Results 1 – 8 of 8) sorted by relevance
836 #define PQP2P_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_P2P) x; } while(0);837 #define PQTAB_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_PQTAB) x; } while(0);838 #define SRULE_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_SRULE) x; } while(0);839 #define CSCRULE_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_CSCRULE) x; } while(0);840 #define PQGRULE_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_GRULE) x; } while(0);841 #define PQBW_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_BW) x; } while(0);842 #define PQMADi_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_MADI) x; } while(0);843 #define PQINFO_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_INFO) x; } while(0);844 #define PQIOCTL_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_IOCTL) x; } while(0);
146 extern MS_U16 _u16PQDbgSwitch;189 #define PQGRULE_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_GRULE) x; } while(0);202 extern MS_U16 _u16PQDbgSwitch;
275 MS_U16 _u16PQDbgSwitch = FALSE; variable7727 _u16PQDbgSwitch = u16DbgSwitch; in MDrv_PQ_SetDbgLevel_U2()
126 extern MS_U16 _u16PQDbgSwitch;127 #define PQ_CUS_HAL_DBG(x) do { if( _u16PQDbgSwitch) x; } while(0);
111 extern MS_U16 _u16PQDbgSwitch;