Lines Matching refs:tx_val
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()
838 "Rx broadcast:", rx_val, "Tx broadcast:", tx_val); in vsc9953_port_statistics_show()
842 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64); in vsc9953_port_statistics_show()
844 "Rx 64B:", rx_val, "Tx 64B:", tx_val); in vsc9953_port_statistics_show()
848 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_65_127); in vsc9953_port_statistics_show()
850 "Rx 65B-127B:", rx_val, "Tx 65B-127B:", tx_val); in vsc9953_port_statistics_show()
854 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_128_255); in vsc9953_port_statistics_show()
856 "Rx 128B-255B:", rx_val, "Tx 128B-255B:", tx_val); in vsc9953_port_statistics_show()
860 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_256_511); in vsc9953_port_statistics_show()
862 "Rx 256B-511B:", rx_val, "Tx 256B-511B:", tx_val); in vsc9953_port_statistics_show()
866 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_512_1023); in vsc9953_port_statistics_show()
868 "Rx 512B-1023B:", rx_val, "Tx 512B-1023B:", tx_val); in vsc9953_port_statistics_show()
872 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_1024_1526); in vsc9953_port_statistics_show()
874 "Rx 1024B-1526B:", rx_val, "Tx 1024B-1526B:", tx_val); in vsc9953_port_statistics_show()
878 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_jumbo); in vsc9953_port_statistics_show()
880 "Rx jumbo:", rx_val, "Tx jumbo:", tx_val); in vsc9953_port_statistics_show()
901 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_drop) + in vsc9953_port_statistics_show()
904 "Rx drops:", rx_val, "Tx drops:", tx_val); in vsc9953_port_statistics_show()
911 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_col); in vsc9953_port_statistics_show()
913 "Rx CRC&align:", rx_val, "Tx coll:", tx_val); in vsc9953_port_statistics_show()
920 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_aged); in vsc9953_port_statistics_show()
922 "Rx undersize:", rx_val, "Tx aged:", tx_val); in vsc9953_port_statistics_show()