rx_cell_cnt      2427 drivers/atm/iphase.c     iadev->rx_cell_cnt += readw(iadev->reass_reg+CELL_CTR0)&0xffff;
rx_cell_cnt      2428 drivers/atm/iphase.c     iadev->rx_cell_cnt += (readw(iadev->reass_reg+CELL_CTR1) & 0xffff) << 16;
rx_cell_cnt      3157 drivers/atm/iphase.c                            iadev->rx_cell_cnt, iadev->tx_cell_cnt,
rx_cell_cnt      1021 drivers/atm/iphase.h         u32 drop_rxpkt, drop_rxcell, rx_cell_cnt, rx_pkt_cnt;