Lines Matching refs:stat_idx
603 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local
613 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
616 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in i40e_update_eth_stats()
619 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats()
622 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
626 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats()
627 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats()
630 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats()
631 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats()
634 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats()
635 I40E_GLV_MPRCL(stat_idx), in i40e_update_eth_stats()
638 i40e_stat_update48(hw, I40E_GLV_BPRCH(stat_idx), in i40e_update_eth_stats()
639 I40E_GLV_BPRCL(stat_idx), in i40e_update_eth_stats()
643 i40e_stat_update48(hw, I40E_GLV_GOTCH(stat_idx), in i40e_update_eth_stats()
644 I40E_GLV_GOTCL(stat_idx), in i40e_update_eth_stats()
647 i40e_stat_update48(hw, I40E_GLV_UPTCH(stat_idx), in i40e_update_eth_stats()
648 I40E_GLV_UPTCL(stat_idx), in i40e_update_eth_stats()
651 i40e_stat_update48(hw, I40E_GLV_MPTCH(stat_idx), in i40e_update_eth_stats()
652 I40E_GLV_MPTCL(stat_idx), in i40e_update_eth_stats()
655 i40e_stat_update48(hw, I40E_GLV_BPTCH(stat_idx), in i40e_update_eth_stats()
656 I40E_GLV_BPTCL(stat_idx), in i40e_update_eth_stats()