tag | line | file | source code |
packets | 706 | drivers/net/hp100.c | int packets, pkt_len; |
packets | 721 | drivers/net/hp100.c | packets = hp100_inb( RX_PKT_CNT ); |
packets | 723 | drivers/net/hp100.c | if ( packets > 1 ) |
packets | 724 | drivers/net/hp100.c | printk( "hp100_rx: waiting packets = %d\n", packets ); |
packets | 726 | drivers/net/hp100.c | while ( packets-- > 0 ) |
packets | 731 | drivers/net/hp100.c | printk( "hp100_rx: busy, remaining packets = %d\n", packets ); |
packets | 274 | drivers/net/i82586.h | Linux packets are passed down with the destination MAC address |