Searched refs:trace_block (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | synclinkmp.c | 617 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit); 4932 trace_block(info,info->rx_buf_list_ex[StartIndex].virt_addr, in rx_get_frame() 4998 trace_block(info, buf, min_t(unsigned int, count, SCABUFSIZE), 1); in tx_load_dma_buffer() 5418 static void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) in trace_block() function
|
D | synclink_gt.c | 41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (b… 551 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) in trace_block() function
|
/Linux-v5.10/drivers/char/pcmcia/ |
D | synclink_cs.c | 391 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit); 3681 trace_block(info, buf->data, framesize, 0); in rx_get_frame() 3800 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) in trace_block() function
|