| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_sta_rx.c | 327 PRINTM(MFW_D, "\n"); in wlan_process_rx_packet() 328 DBG_HEXDUMP(MFW_D, "FWDBG", in wlan_process_rx_packet() 332 PRINTM(MFW_D, "FWDBG::\n"); in wlan_process_rx_packet()
|
| H A D | mlan_decl.h | 328 #define MFW_D MBIT(19) macro
|
| H A D | mlan_main.h | 89 if ((mlan_drvdbg & MFW_D) && (print_callback)) \ 90 print_callback(MNULL, MFW_D, msg); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | hostsa_ext_def.h | 1055 #define MFW_D MBIT(19) macro 1129 #define PRINTM_MFW_D(msg...) do {if ((mlan_drvdbg & MFW_D) && (print_callback)) \ 1130 print_callback(MNULL, MFW_D, msg); } while (0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_sta_rx.c | 519 PRINTM(MFW_D, "\n"); in wlan_process_rx_packet() 520 DBG_HEXDUMP(MFW_D, "FWDBG", in wlan_process_rx_packet() 524 PRINTM(MFW_D, "FWDBG::\n"); in wlan_process_rx_packet()
|
| H A D | mlan_decl.h | 621 #define MFW_D MBIT(19) macro
|
| H A D | mlan_main.h | 99 if ((mlan_drvdbg & MFW_D) && (print_callback)) \ 100 print_callback(MNULL, MFW_D, msg); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.h | 1989 if (drvdbg & MFW_D) printk(KERN_DEBUG msg); \ 2117 if ((drvdbg & MFW_D) || LOG_CTRL(MFW_D)) \ 2118 hexdump(MFW_D, x, y, z); \
|
| H A D | moal_proc.c | 411 drvdbg &= ~MFW_D; in woal_config_write()
|
| H A D | mlan_decl.h | 328 #define MFW_D MBIT(19) macro
|
| H A D | moal_shim.c | 2808 if (level & MFW_D) in moal_print() 2809 DBG_HEXDUMP(MFW_D, (char *)pformat, buf, len); in moal_print()
|
| H A D | moal_main.c | 2708 if (drvdbg & MFW_D) { 2709 drvdbg &= ~MFW_D; 7855 if (drvdbg & MFW_D) { 7856 drvdbg &= ~MFW_D;
|
| H A D | moal_priv.c | 2923 printk(KERN_ALERT "MFW_D (%08x) %s\n", MFW_D, in woal_drv_dbg() 2924 (drvdbg & MFW_D) ? "X" : ""); in woal_drv_dbg()
|
| H A D | moal_eth_ioctl.c | 3517 printk(KERN_ALERT "MFW_D (%08x) %s\n", MFW_D, in woal_priv_set_get_drvdbg() 3518 (drvdbg & MFW_D) ? "X" : ""); in woal_priv_set_get_drvdbg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 2901 if (drvdbg & MFW_D) \ 3057 if ((drvdbg & MFW_D) || LOG_CTRL(MFW_D)) \ 3058 hexdump(MFW_D, x, y, z); \
|
| H A D | moal_main.c | 3995 if (drvdbg & MFW_D) { 3996 drvdbg &= ~MFW_D; 6295 if (drvdbg & MFW_D) 9027 if (drvdbg & MFW_D) 9815 if (phandle->ops.reg_dbg && (drvdbg & (MREG_D | MFW_D))) { 9828 (drvdbg & (MREG_D | MFW_D))) { 9835 if (drvdbg & (MREG_D | MFW_D)) { 9847 if ((drvdbg & MFW_D) && !phandle->fw_dump_status) { 10072 if (drvdbg & MFW_D)
|
| H A D | moal_shim.c | 2937 if (drvdbg & MFW_D) 4270 if (level & MFW_D) 4271 DBG_HEXDUMP(MFW_D, (char *)pformat, buf, len);
|
| H A D | mlan_decl.h | 621 #define MFW_D MBIT(19) macro
|
| H A D | moal_priv.c | 2757 printk(KERN_ALERT "MFW_D (%08x) %s\n", MFW_D, in woal_drv_dbg() 2758 (drvdbg & MFW_D) ? "X" : ""); in woal_drv_dbg()
|
| H A D | moal_eth_ioctl.c | 4471 printk(KERN_ALERT "MFW_D (%08x) %s\n", MFW_D, in woal_priv_set_get_drvdbg() 4472 (drvdbg & MFW_D) ? "X" : ""); in woal_priv_set_get_drvdbg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 773 bit 19: MFW_D PRINTM(MFW_D,...), DBG_HEXDUMP(MFW_D,...)
|