Lines Matching refs:tx_val

753 	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()
837 "Rx broadcast:", rx_val, "Tx broadcast:", tx_val); in vsc9953_port_statistics_show()
841 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64); in vsc9953_port_statistics_show()
843 "Rx 64B:", rx_val, "Tx 64B:", tx_val); in vsc9953_port_statistics_show()
847 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_65_127); in vsc9953_port_statistics_show()
849 "Rx 65B-127B:", rx_val, "Tx 65B-127B:", tx_val); in vsc9953_port_statistics_show()
853 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_128_255); in vsc9953_port_statistics_show()
855 "Rx 128B-255B:", rx_val, "Tx 128B-255B:", tx_val); in vsc9953_port_statistics_show()
859 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_256_511); in vsc9953_port_statistics_show()
861 "Rx 256B-511B:", rx_val, "Tx 256B-511B:", tx_val); in vsc9953_port_statistics_show()
865 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_512_1023); in vsc9953_port_statistics_show()
867 "Rx 512B-1023B:", rx_val, "Tx 512B-1023B:", tx_val); in vsc9953_port_statistics_show()
871 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_1024_1526); in vsc9953_port_statistics_show()
873 "Rx 1024B-1526B:", rx_val, "Tx 1024B-1526B:", tx_val); in vsc9953_port_statistics_show()
877 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_jumbo); in vsc9953_port_statistics_show()
879 "Rx jumbo:", rx_val, "Tx jumbo:", tx_val); in vsc9953_port_statistics_show()
900 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_drop) + in vsc9953_port_statistics_show()
903 "Rx drops:", rx_val, "Tx drops:", tx_val); in vsc9953_port_statistics_show()
910 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_col); in vsc9953_port_statistics_show()
912 "Rx CRC&align:", rx_val, "Tx coll:", tx_val); in vsc9953_port_statistics_show()
919 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_aged); in vsc9953_port_statistics_show()
921 "Rx undersize:", rx_val, "Tx aged:", tx_val); in vsc9953_port_statistics_show()