taglinefilesource code
rx_pkt_count387drivers/net/8390.cint rx_pkt_count = 0;
rx_pkt_count391drivers/net/8390.cwhile (++rx_pkt_count < 10) {
rx_pkt_count484drivers/net/8390.cif (rx_pkt_count > high_water_mark)
rx_pkt_count485drivers/net/8390.chigh_water_mark = rx_pkt_count;