Searched refs:trace_block (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c620 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit);
4954 trace_block(info,info->rx_buf_list_ex[StartIndex].virt_addr,
5020 trace_block(info,buf, min_t(int, count,SCABUFSIZE), 1);
5440 static void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) function
5470 } /* end of trace_block() */
H A Dsynclink_gt.c42 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (buf), (size), (label))
547 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c392 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit);
3725 trace_block(info, buf->data, framesize, 0);
3844 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) function

Completed in 184 milliseconds