taglinefilesource code
rx_pkt_count384drivers/net/8390.cint rx_pkt_count = 0;
rx_pkt_count388drivers/net/8390.cwhile (++rx_pkt_count < 10) {
rx_pkt_count481drivers/net/8390.cif (rx_pkt_count > high_water_mark)
rx_pkt_count482drivers/net/8390.chigh_water_mark = rx_pkt_count;