Home
last modified time | relevance | path

Searched refs:MENTRY (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_ext_def.h1058 #define MENTRY MBIT(28) macro
1073 #define ENTER() PRINTM(MENTRY, "Enter: %s\n", __FUNCTION__)
1075 #define LEAVE() PRINTM(MENTRY, "Leave: %s\n", __FUNCTION__)
1096 #define PRINTM_MENTRY(msg...) do {if ((mlan_drvdbg & MENTRY) && (print_callback)) \
1097 print_callback(MNULL, MENTRY, msg); } while (0)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.h1979 if (drvdbg & MENTRY) printk(KERN_DEBUG msg); \
2060 #define ENTER() PRINTM(MENTRY, "Enter: %s\n", \
2063 #define LEAVE() PRINTM(MENTRY, "Leave: %s\n", \
H A Dmlan_decl.h331 #define MENTRY MBIT(28) macro
H A Dmoal_priv.c2916 printk(KERN_ALERT "MENTRY (%08x) %s\n", MENTRY, in woal_drv_dbg()
2917 (drvdbg & MENTRY) ? "X" : ""); in woal_drv_dbg()
H A Dmoal_eth_ioctl.c3510 printk(KERN_ALERT "MENTRY (%08x) %s\n", MENTRY, in woal_priv_set_get_drvdbg()
3511 (drvdbg & MENTRY) ? "X" : ""); in woal_priv_set_get_drvdbg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_main.h54 if ((mlan_drvdbg & MENTRY) && (print_callback)) \
55 print_callback(MNULL, MENTRY, msg); \
181 PRINTM(MENTRY, "Enter: %s\n", __func__); \
187 PRINTM(MENTRY, "Leave: %s\n", __func__); \
H A Dmlan_decl.h331 #define MENTRY MBIT(28) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_main.h55 if ((mlan_drvdbg & MENTRY) && (print_callback)) \
56 print_callback(MNULL, MENTRY, msg); \
215 PRINTM(MENTRY, "Enter: %s\n", __func__); \
221 PRINTM(MENTRY, "Leave: %s\n", __func__); \
H A Dmlan_decl.h624 #define MENTRY MBIT(28) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.h2883 if (drvdbg & MENTRY) \
2997 #define ENTER() PRINTM(MENTRY, "Enter: %s\n", __func__)
2999 #define LEAVE() PRINTM(MENTRY, "Leave: %s\n", __func__)
H A Dmlan_decl.h624 #define MENTRY MBIT(28) macro
H A Dmoal_priv.c2750 printk(KERN_ALERT "MENTRY (%08x) %s\n", MENTRY, in woal_drv_dbg()
2751 (drvdbg & MENTRY) ? "X" : ""); in woal_drv_dbg()
H A Dmoal_eth_ioctl.c4464 printk(KERN_ALERT "MENTRY (%08x) %s\n", MENTRY, in woal_priv_set_get_drvdbg()
4465 (drvdbg & MENTRY) ? "X" : ""); in woal_priv_set_get_drvdbg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/
H A DREADME_MLAN776 bit 28: MENTRY PRINTM(MENTRY,...), ENTER(), LEAVE()
783 for MENTRY, MWARN and MINFO. By default MMSG, MFATAL and MERROR are enabled.