Lines Matching defs:TRACE_M
86 #define TRACE_M(format, args...) printk("r3964: " format "\n" , ## args)
88 #define TRACE_M(fmt, arg...) do {} while (0)
190 TRACE_M("cleanup_module()");
297 TRACE_M("remove_from_tx_queue - kfree %p", pHeader);
370 TRACE_M("remove_from_rx_queue - kfree %p", pHeader);
526 TRACE_M("on_receive_block - kmalloc %p", pBlock);
774 TRACE_M("enable_signals - msg "
780 TRACE_M("enable_signals - kfree %p", pClient);
794 TRACE_M("enable_signals - kmalloc %p", pClient);
854 TRACE_M("add_msg - kmalloc %p", pMsg);
955 TRACE_M("r3964_open - info kmalloc %p", pInfo);
963 TRACE_M("r3964_open - rx_buf kmalloc %p", pInfo->rx_buf);
968 TRACE_M("r3964_open - info kfree %p", pInfo);
973 TRACE_M("r3964_open - tx_buf kmalloc %p", pInfo->tx_buf);
978 TRACE_M("r3964_open - rx_buf kfree %p", pInfo->rx_buf);
980 TRACE_M("r3964_open - info kfree %p", pInfo);
1031 TRACE_M("r3964_close - msg kfree %p", pMsg);
1036 TRACE_M("r3964_close - client kfree %p", pClient);
1053 TRACE_M("r3964_close - rx_buf kfree %p", pInfo->rx_buf);
1055 TRACE_M("r3964_close - tx_buf kfree %p", pInfo->tx_buf);
1057 TRACE_M("r3964_close - info kfree %p", pInfo);
1111 TRACE_M("r3964_read - msg kfree %p", pMsg);
1155 TRACE_M("r3964_write - kmalloc %p", new_data);