Searched refs:trace_block (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/tty/ |
D | synclinkmp.c | 619 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit); 4952 trace_block(info,info->rx_buf_list_ex[StartIndex].virt_addr, in rx_get_frame() 5018 trace_block(info,buf, min_t(int, count,SCABUFSIZE), 1); in tx_load_dma_buffer() 5438 static void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) in trace_block() function
|
D | synclink_gt.c | 42 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (b… 554 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) in trace_block() function
|
/linux-2.6.39/drivers/char/pcmcia/ |
D | synclink_cs.c | 393 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit); 3691 trace_block(info, buf->data, framesize, 0); in rx_get_frame() 3810 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) in trace_block() function
|