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 D | hostsa_ext_def.h | 1058 #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 D | moal_main.h | 1979 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 D | mlan_decl.h | 331 #define MENTRY MBIT(28) macro
|
| H A D | moal_priv.c | 2916 printk(KERN_ALERT "MENTRY (%08x) %s\n", MENTRY, in woal_drv_dbg() 2917 (drvdbg & MENTRY) ? "X" : ""); in woal_drv_dbg()
|
| H A D | moal_eth_ioctl.c | 3510 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 D | mlan_main.h | 54 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 D | mlan_decl.h | 331 #define MENTRY MBIT(28) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_main.h | 55 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 D | mlan_decl.h | 624 #define MENTRY MBIT(28) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 2883 if (drvdbg & MENTRY) \ 2997 #define ENTER() PRINTM(MENTRY, "Enter: %s\n", __func__) 2999 #define LEAVE() PRINTM(MENTRY, "Leave: %s\n", __func__)
|
| H A D | mlan_decl.h | 624 #define MENTRY MBIT(28) macro
|
| H A D | moal_priv.c | 2750 printk(KERN_ALERT "MENTRY (%08x) %s\n", MENTRY, in woal_drv_dbg() 2751 (drvdbg & MENTRY) ? "X" : ""); in woal_drv_dbg()
|
| H A D | moal_eth_ioctl.c | 4464 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 D | README_MLAN | 776 bit 28: MENTRY PRINTM(MENTRY,...), ENTER(), LEAVE() 783 for MENTRY, MWARN and MINFO. By default MMSG, MFATAL and MERROR are enabled.
|