Searched refs:rx_cell_cnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.c | 2429 iadev->rx_cell_cnt += readw(iadev->reass_reg+CELL_CTR0)&0xffff; 2430 iadev->rx_cell_cnt += (readw(iadev->reass_reg+CELL_CTR1) & 0xffff) << 16; 3145 iadev->rx_cell_cnt, iadev->tx_cell_cnt,
|
H A D | iphase.h | 1021 u32 drop_rxpkt, drop_rxcell, rx_cell_cnt, rx_pkt_cnt; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | iphase.c | 2430 iadev->rx_cell_cnt += readw(iadev->reass_reg+CELL_CTR0)&0xffff; 2431 iadev->rx_cell_cnt += (readw(iadev->reass_reg+CELL_CTR1) & 0xffff) << 16; 3146 iadev->rx_cell_cnt, iadev->tx_cell_cnt,
|
H A D | iphase.h | 1020 u32 drop_rxpkt, drop_rxcell, rx_cell_cnt, rx_pkt_cnt; member
|
Completed in 16 milliseconds