| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_usb.c | 557 PRINTM(MIF_D, "offset=%d len=%d\n", offset, pmbuf->data_len); in wlan_usb_tx_copy_buf_to_aggr_v2() 584 PRINTM(MIF_D, "use_count=%d,aggr_len=%d\n", in wlan_usb_copy_buf_to_aggr() 608 DBG_HEXDUMP(MIF_D, "USB AggrTx", in wlan_usb_copy_buf_to_aggr() 683 PRINTM(MIF_D, "USB Send single packet len=%d\n", in wlan_usb_tx_send_aggr() 685 DBG_HEXDUMP(MIF_D, "USB Tx", in wlan_usb_tx_send_aggr() 1094 PRINTM(MIF_D, "%s: Precopy current buffer.\n", __FUNCTION__); in wlan_usb_host_to_card_aggr() 1105 PRINTM(MIF_D, "%s: Send aggregate buffer.\n", __FUNCTION__); in wlan_usb_host_to_card_aggr() 1111 PRINTM(MIF_D, "%s: Postcopy current buffer.\n", __FUNCTION__); in wlan_usb_host_to_card_aggr()
|
| H A D | mlan_sdio.c | 556 PRINTM(MIF_D, "wlan_get_rd_port: mp_rd_bitmap=0x%08x\n", rd_bitmap); in wlan_get_rd_port() 571 PRINTM(MIF_D, "wlan_get_rd_port: port=%d mp_rd_bitmap=0x%08x\n", in wlan_get_rd_port() 589 PRINTM(MIF_D, "port=%d mp_rd_bitmap=0x%08x -> 0x%08x\n", *pport, in wlan_get_rd_port() 612 PRINTM(MIF_D, "wlan_get_wr_port_data: mp_wr_bitmap=0x%08x\n", in wlan_get_wr_port_data() 642 PRINTM(MIF_D, "port=%d mp_wr_bitmap=0x%08x -> 0x%08x\n", *pport, in wlan_get_wr_port_data() 951 DBG_HEXDUMP(MIF_D, "SDIO Blk Rd", pmbuf->pbuf + pmbuf->data_offset, in wlan_sdio_card_to_host() 1548 DBG_HEXDUMP(MIF_D, "SDIO MP-A Blk Rd", in wlan_receive_mp_aggr_buf() 1910 PRINTM(MIF_D, "host_2_card_mp_aggr: next_pkt_len: %d curr_port:%d\n", in wlan_host_to_card_mp_aggr() 2008 PRINTM(MIF_D, in wlan_host_to_card_mp_aggr() 2569 DBG_HEXDUMP(MIF_D, "SDIO MP Registers", pmadapter->pcard_sd->mp_regs, in wlan_sdio_interrupt() [all …]
|
| H A D | mlan_decl.h | 622 #define MIF_D MBIT(20) macro
|
| H A D | mlan_main.h | 114 if ((mlan_drvdbg & MIF_D) && (print_callback)) \ 115 print_callback(MNULL, MIF_D, msg); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_sdio.c | 196 PRINTM(MIF_D, "wlan_get_rd_port: mp_rd_bitmap=0x%08x\n", rd_bitmap); in wlan_get_rd_port() 217 PRINTM(MIF_D, "port=%d mp_rd_bitmap=0x%08x -> 0x%08x\n", in wlan_get_rd_port() 237 PRINTM(MIF_D, "wlan_get_wr_port_data: mp_wr_bitmap=0x%08x\n", in wlan_get_wr_port_data() 258 PRINTM(MIF_D, "port=%d mp_wr_bitmap=0x%08x -> 0x%08x\n", in wlan_get_wr_port_data() 454 DBG_HEXDUMP(MIF_D, "SDIO Blk Rd", pmbuf->pbuf + pmbuf->data_offset, in wlan_sdio_card_to_host() 956 DBG_HEXDUMP(MIF_D, "SDIO MP-A Blk Rd", pmadapter->mpa_rx.buf, in wlan_receive_mp_aggr_buf() 1258 PRINTM(MIF_D, "host_2_card_mp_aggr: next_pkt_len: %d curr_port:%d\n", in wlan_host_to_card_mp_aggr() 1349 PRINTM(MIF_D, in wlan_host_to_card_mp_aggr() 1590 DBG_HEXDUMP(MIF_D, "SDIO MP Registers", pmadapter->mp_regs, in wlan_interrupt() 2045 DBG_HEXDUMP(MIF_D, "SDIO Blk Wr",
|
| H A D | mlan_decl.h | 329 #define MIF_D MBIT(20) macro
|
| H A D | mlan_main.h | 101 if ((mlan_drvdbg & MIF_D) && (print_callback)) \ 102 print_callback(MNULL, MIF_D, msg); \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | hostsa_ext_def.h | 1056 #define MIF_D MBIT(20) macro 1135 #define PRINTM_MIF_D(msg...) do {if ((mlan_drvdbg & MIF_D) && (print_callback)) \ 1136 print_callback(MNULL, MIF_D, msg); } while (0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.h | 2001 if (drvdbg & MIF_D) printk(KERN_DEBUG msg); \ 2109 if ((drvdbg & MIF_D) || LOG_CTRL(MIF_D)) \ 2110 hexdump(MIF_D, x, y, z); \
|
| H A D | mlan_decl.h | 329 #define MIF_D MBIT(20) macro
|
| H A D | moal_shim.c | 2806 if (level & MIF_D) in moal_print() 2807 DBG_HEXDUMP(MIF_D, (char *)pformat, buf, len); in moal_print()
|
| H A D | moal_priv.c | 2921 printk(KERN_ALERT "MIF_D (%08x) %s\n", MIF_D, in woal_drv_dbg() 2922 (drvdbg & MIF_D) ? "X" : ""); in woal_drv_dbg()
|
| H A D | moal_eth_ioctl.c | 3515 printk(KERN_ALERT "MIF_D (%08x) %s\n", MIF_D, in woal_priv_set_get_drvdbg() 3516 (drvdbg & MIF_D) ? "X" : ""); in woal_priv_set_get_drvdbg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 2919 if (drvdbg & MIF_D) \ 3047 if ((drvdbg & MIF_D) || LOG_CTRL(MIF_D)) \ 3048 hexdump(MIF_D, x, y, z); \
|
| H A D | moal_usb.c | 1529 DBG_HEXDUMP(MIF_D, "write sync", data, actual_length); in woal_usb_write_data_sync() 1563 DBG_HEXDUMP(MIF_D, "read sync", data, actual_length); in woal_usb_read_data_sync()
|
| H A D | mlan_decl.h | 622 #define MIF_D MBIT(20) macro
|
| H A D | moal_shim.c | 4268 if (level & MIF_D) 4269 DBG_HEXDUMP(MIF_D, (char *)pformat, buf, len);
|
| H A D | moal_priv.c | 2755 printk(KERN_ALERT "MIF_D (%08x) %s\n", MIF_D, in woal_drv_dbg() 2756 (drvdbg & MIF_D) ? "X" : ""); in woal_drv_dbg()
|
| H A D | moal_eth_ioctl.c | 4469 printk(KERN_ALERT "MIF_D (%08x) %s\n", MIF_D, in woal_priv_set_get_drvdbg() 4470 (drvdbg & MIF_D) ? "X" : ""); in woal_priv_set_get_drvdbg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | README_MLAN | 774 bit 20: MIF_D PRINTM(MIF_D,...), DBG_HEXDUMP(MIF_D,...)
|