Searched refs:trace_block (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | synclinkmp.c | 667 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit); 4972 trace_block(info,info->rx_buf_list_ex[StartIndex].virt_addr, in rx_get_frame() 5040 trace_block(info,buf, MIN(count,SCABUFSIZE), 1); in tx_load_dma_buffer() 5462 void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) in trace_block() function
|
/linux-2.4.37.9/drivers/char/pcmcia/ |
D | synclink_cs.c | 424 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit); 4193 trace_block(info, buf->data, framesize, 0); in rx_get_frame() 4315 void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) in trace_block() function
|