Home
last modified time | relevance | path

Searched refs:_u16PQDbgSwitch (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.h836 #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);
H A DdrvPQ_cus.c146 extern MS_U16 _u16PQDbgSwitch;
189 #define PQGRULE_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_GRULE) x; } while(0);
202 extern MS_U16 _u16PQDbgSwitch;
H A DdrvPQ.c275 MS_U16 _u16PQDbgSwitch = FALSE; variable
7727 _u16PQDbgSwitch = u16DbgSwitch; in MDrv_PQ_SetDbgLevel_U2()
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/
H A Dmhal_pq_cus.c126 extern MS_U16 _u16PQDbgSwitch;
127 #define PQ_CUS_HAL_DBG(x) do { if( _u16PQDbgSwitch) x; } while(0);
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/
H A Dmhal_pq_cus.c126 extern MS_U16 _u16PQDbgSwitch;
127 #define PQ_CUS_HAL_DBG(x) do { if( _u16PQDbgSwitch) x; } while(0);
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/
H A Dmhal_pq_cus.c126 extern MS_U16 _u16PQDbgSwitch;
127 #define PQ_CUS_HAL_DBG(x) do { if( _u16PQDbgSwitch) x; } while(0);
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/
H A Dmhal_pq_cus.c126 extern MS_U16 _u16PQDbgSwitch;
127 #define PQ_CUS_HAL_DBG(x) do { if( _u16PQDbgSwitch) x; } while(0);
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DdrvPQ_Template.h111 extern MS_U16 _u16PQDbgSwitch;