Home
last modified time | relevance | path

Searched refs:tx_val (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/net/
Dvsc9953.c753 u32 tx_val; in vsc9953_port_statistics_show() local
784 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64) + in vsc9953_port_statistics_show()
792 "Rx frames:", rx_val, "Tx frames:", tx_val); in vsc9953_port_statistics_show()
796 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_oct); in vsc9953_port_statistics_show()
798 "Rx bytes:", rx_val, "Tx bytes:", tx_val); in vsc9953_port_statistics_show()
817 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64) + in vsc9953_port_statistics_show()
825 "Rx frames ok:", rx_val, "Tx frames ok:", tx_val); in vsc9953_port_statistics_show()
829 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_uc); in vsc9953_port_statistics_show()
831 "Rx unicast:", rx_val, "Tx unicast:", tx_val); in vsc9953_port_statistics_show()
835 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_bc); in vsc9953_port_statistics_show()
[all …]