Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c2433 iadev->tx_cell_cnt += readw(iadev->seg_reg + CELL_CTR_LO_AUTO)&0xffff;
2434 iadev->tx_cell_cnt += (readw(iadev->seg_reg+CELL_CTR_HIGH_AUTO)&0xffff)<<16;
3145 iadev->rx_cell_cnt, iadev->tx_cell_cnt,
H A Diphase.h1010 u32 tx_cell_cnt, tx_pkt_cnt; member
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c2434 iadev->tx_cell_cnt += readw(iadev->seg_reg + CELL_CTR_LO_AUTO)&0xffff;
2435 iadev->tx_cell_cnt += (readw(iadev->seg_reg+CELL_CTR_HIGH_AUTO)&0xffff)<<16;
3146 iadev->rx_cell_cnt, iadev->tx_cell_cnt,
H A Diphase.h1009 u32 tx_cell_cnt, tx_pkt_cnt; member

Completed in 17 milliseconds