Home
last modified time | relevance | path

Searched refs:strip_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dstrip.c523 static void DumpData(char *msg, struct strip *strip_info, __u8 *ptr, __u8 *end) in DumpData() argument
559 printk(KERN_INFO "%s: %-13s%s\n", strip_info->dev.name, msg, pkt_text); in DumpData()
563 static void HexDump(char *msg, struct strip *strip_info, __u8 *start, __u8 *end)
566 printk(KERN_INFO "%s: %s: %d bytes\n", strip_info->dev.name, msg, end-ptr);
579 printk(KERN_INFO "%s: %4lX %s\n", strip_info->dev.name, offset, text);
930 static int allocate_buffers(struct strip *strip_info) in allocate_buffers() argument
932 struct net_device *dev = &strip_info->dev; in allocate_buffers()
940 strip_info->rx_buff = r; in allocate_buffers()
941 strip_info->sx_buff = s; in allocate_buffers()
942 strip_info->tx_buff = t; in allocate_buffers()
[all …]