Searched refs:tx_cell_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/atm/
H A Diphase.h1009 u32 tx_cell_cnt, tx_pkt_cnt; member in struct:iadev_priv
H A Diphase.c2435 iadev->tx_cell_cnt += readw(iadev->seg_reg + CELL_CTR_LO_AUTO)&0xffff;
2436 iadev->tx_cell_cnt += (readw(iadev->seg_reg+CELL_CTR_HIGH_AUTO)&0xffff)<<16;
3147 iadev->rx_cell_cnt, iadev->tx_cell_cnt,

Completed in 102 milliseconds