• Home
  • Raw
  • Download

Lines Matching refs:rx_val

752 	u32 rx_val;  in vsc9953_port_statistics_show()  local
773 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_short) + in vsc9953_port_statistics_show()
792 "Rx frames:", rx_val, "Tx frames:", tx_val); in vsc9953_port_statistics_show()
795 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_oct); in vsc9953_port_statistics_show()
798 "Rx bytes:", rx_val, "Tx bytes:", tx_val); in vsc9953_port_statistics_show()
801 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_yellow_prio_0) + in vsc9953_port_statistics_show()
825 "Rx frames ok:", rx_val, "Tx frames ok:", tx_val); in vsc9953_port_statistics_show()
828 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_uc); in vsc9953_port_statistics_show()
831 "Rx unicast:", rx_val, "Tx unicast:", tx_val); in vsc9953_port_statistics_show()
834 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_bc); in vsc9953_port_statistics_show()
837 "Rx broadcast:", rx_val, "Tx broadcast:", tx_val); in vsc9953_port_statistics_show()
840 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_64); in vsc9953_port_statistics_show()
843 "Rx 64B:", rx_val, "Tx 64B:", tx_val); in vsc9953_port_statistics_show()
846 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_65_127); in vsc9953_port_statistics_show()
849 "Rx 65B-127B:", rx_val, "Tx 65B-127B:", tx_val); in vsc9953_port_statistics_show()
852 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_128_255); in vsc9953_port_statistics_show()
855 "Rx 128B-255B:", rx_val, "Tx 128B-255B:", tx_val); in vsc9953_port_statistics_show()
858 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_256_511); in vsc9953_port_statistics_show()
861 "Rx 256B-511B:", rx_val, "Tx 256B-511B:", tx_val); in vsc9953_port_statistics_show()
864 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_512_1023); in vsc9953_port_statistics_show()
867 "Rx 512B-1023B:", rx_val, "Tx 512B-1023B:", tx_val); in vsc9953_port_statistics_show()
870 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_1024_1526); in vsc9953_port_statistics_show()
873 "Rx 1024B-1526B:", rx_val, "Tx 1024B-1526B:", tx_val); in vsc9953_port_statistics_show()
876 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_sz_jumbo); in vsc9953_port_statistics_show()
879 "Rx jumbo:", rx_val, "Tx jumbo:", tx_val); in vsc9953_port_statistics_show()
882 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_cat_drop) + in vsc9953_port_statistics_show()
903 "Rx drops:", rx_val, "Tx drops:", tx_val); in vsc9953_port_statistics_show()
909 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_crc); in vsc9953_port_statistics_show()
912 "Rx CRC&align:", rx_val, "Tx coll:", tx_val); in vsc9953_port_statistics_show()
918 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_short); in vsc9953_port_statistics_show()
921 "Rx undersize:", rx_val, "Tx aged:", tx_val); in vsc9953_port_statistics_show()
924 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_long); in vsc9953_port_statistics_show()
925 printf(VSC9953_STATS_PRINTF"\n", "Rx oversized:", rx_val); in vsc9953_port_statistics_show()
928 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_frag); in vsc9953_port_statistics_show()
929 printf(VSC9953_STATS_PRINTF"\n", "Rx fragments:", rx_val); in vsc9953_port_statistics_show()
932 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_jabber); in vsc9953_port_statistics_show()
933 printf(VSC9953_STATS_PRINTF"\n", "Rx jabbers:", rx_val); in vsc9953_port_statistics_show()
939 rx_val = in_le32(&l2sys_reg->stat.rx_cntrs.c_rx_cat_drop) + in vsc9953_port_statistics_show()
941 printf(VSC9953_STATS_PRINTF"\n", "Rx filtered:", rx_val); in vsc9953_port_statistics_show()