tx_cell_cnt      2431 drivers/atm/iphase.c     iadev->tx_cell_cnt += readw(iadev->seg_reg + CELL_CTR_LO_AUTO)&0xffff;
tx_cell_cnt      2432 drivers/atm/iphase.c     iadev->tx_cell_cnt += (readw(iadev->seg_reg+CELL_CTR_HIGH_AUTO)&0xffff)<<16;
tx_cell_cnt      3157 drivers/atm/iphase.c                            iadev->rx_cell_cnt, iadev->tx_cell_cnt,
tx_cell_cnt      1010 drivers/atm/iphase.h         u32 tx_cell_cnt, tx_pkt_cnt;