Searched refs:tx_val (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | vsc9953.c | 754 u32 tx_val; in vsc9953_port_statistics_show() local 785 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64) + in vsc9953_port_statistics_show() 793 "Rx frames:", rx_val, "Tx frames:", tx_val); in vsc9953_port_statistics_show() 797 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_oct); in vsc9953_port_statistics_show() 799 "Rx bytes:", rx_val, "Tx bytes:", tx_val); in vsc9953_port_statistics_show() 818 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64) + in vsc9953_port_statistics_show() 826 "Rx frames ok:", rx_val, "Tx frames ok:", tx_val); in vsc9953_port_statistics_show() 830 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_uc); in vsc9953_port_statistics_show() 832 "Rx unicast:", rx_val, "Tx unicast:", tx_val); in vsc9953_port_statistics_show() 836 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_bc); in vsc9953_port_statistics_show() [all …]
|