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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclinkmp.c631 static void trace_block(SLMP_INFO *info, const char* data, int count, int xmit);
4988 trace_block(info,info->rx_buf_list_ex[StartIndex].virt_addr,
5054 trace_block(info,buf, min_t(int, count,SCABUFSIZE), 1);
5474 void trace_block(SLMP_INFO *info,const char* data, int count, int xmit) function
5504 } /* end of trace_block() */
H A Dsynclink_gt.c44 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (buf), (size), (label))
560 static void trace_block(struct slgt_info *info, const char *data, int count, const char *label) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c402 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit);
3917 trace_block(info, buf->data, framesize, 0);
4036 static void trace_block(MGSLPC_INFO *info,const char* data, int count, int xmit) function

Completed in 336 milliseconds