Lines Matching refs:rx_val
753 u32 rx_val; in vsc9953_port_statistics_show() local
774 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_short) + in vsc9953_port_statistics_show()
793 "Rx frames:", rx_val, "Tx frames:", tx_val); in vsc9953_port_statistics_show()
796 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_oct); in vsc9953_port_statistics_show()
799 "Rx bytes:", rx_val, "Tx bytes:", tx_val); in vsc9953_port_statistics_show()
802 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_yellow_prio_0) + in vsc9953_port_statistics_show()
826 "Rx frames ok:", rx_val, "Tx frames ok:", tx_val); in vsc9953_port_statistics_show()
829 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_uc); in vsc9953_port_statistics_show()
832 "Rx unicast:", rx_val, "Tx unicast:", tx_val); in vsc9953_port_statistics_show()
835 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_bc); in vsc9953_port_statistics_show()
838 "Rx broadcast:", rx_val, "Tx broadcast:", tx_val); in vsc9953_port_statistics_show()
841 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_64); in vsc9953_port_statistics_show()
844 "Rx 64B:", rx_val, "Tx 64B:", tx_val); in vsc9953_port_statistics_show()
847 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_65_127); in vsc9953_port_statistics_show()
850 "Rx 65B-127B:", rx_val, "Tx 65B-127B:", tx_val); in vsc9953_port_statistics_show()
853 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_128_255); in vsc9953_port_statistics_show()
856 "Rx 128B-255B:", rx_val, "Tx 128B-255B:", tx_val); in vsc9953_port_statistics_show()
859 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_256_511); in vsc9953_port_statistics_show()
862 "Rx 256B-511B:", rx_val, "Tx 256B-511B:", tx_val); in vsc9953_port_statistics_show()
865 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_512_1023); in vsc9953_port_statistics_show()
868 "Rx 512B-1023B:", rx_val, "Tx 512B-1023B:", tx_val); in vsc9953_port_statistics_show()
871 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_1024_1526); in vsc9953_port_statistics_show()
874 "Rx 1024B-1526B:", rx_val, "Tx 1024B-1526B:", tx_val); in vsc9953_port_statistics_show()
877 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_jumbo); in vsc9953_port_statistics_show()
880 "Rx jumbo:", rx_val, "Tx jumbo:", tx_val); in vsc9953_port_statistics_show()
883 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_cat_drop) + in vsc9953_port_statistics_show()
904 "Rx drops:", rx_val, "Tx drops:", tx_val); in vsc9953_port_statistics_show()
910 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_crc); in vsc9953_port_statistics_show()
913 "Rx CRC&align:", rx_val, "Tx coll:", tx_val); in vsc9953_port_statistics_show()
919 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_short); in vsc9953_port_statistics_show()
922 "Rx undersize:", rx_val, "Tx aged:", tx_val); in vsc9953_port_statistics_show()
925 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_long); in vsc9953_port_statistics_show()
926 printf(VSC9953_STATS_PRINTF"\n", "Rx oversized:", rx_val); in vsc9953_port_statistics_show()
929 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_frag); in vsc9953_port_statistics_show()
930 printf(VSC9953_STATS_PRINTF"\n", "Rx fragments:", rx_val); in vsc9953_port_statistics_show()
933 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_jabber); in vsc9953_port_statistics_show()
934 printf(VSC9953_STATS_PRINTF"\n", "Rx jabbers:", rx_val); in vsc9953_port_statistics_show()
940 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_cat_drop) + in vsc9953_port_statistics_show()
942 printf(VSC9953_STATS_PRINTF"\n", "Rx filtered:", rx_val); in vsc9953_port_statistics_show()