Lines Matching refs:stat_idx
605 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local
615 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
618 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in i40e_update_eth_stats()
621 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats()
624 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
628 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats()
629 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats()
632 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats()
633 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats()
636 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats()
637 I40E_GLV_MPRCL(stat_idx), in i40e_update_eth_stats()
640 i40e_stat_update48(hw, I40E_GLV_BPRCH(stat_idx), in i40e_update_eth_stats()
641 I40E_GLV_BPRCL(stat_idx), in i40e_update_eth_stats()
645 i40e_stat_update48(hw, I40E_GLV_GOTCH(stat_idx), in i40e_update_eth_stats()
646 I40E_GLV_GOTCL(stat_idx), in i40e_update_eth_stats()
649 i40e_stat_update48(hw, I40E_GLV_UPTCH(stat_idx), in i40e_update_eth_stats()
650 I40E_GLV_UPTCL(stat_idx), in i40e_update_eth_stats()
653 i40e_stat_update48(hw, I40E_GLV_MPTCH(stat_idx), in i40e_update_eth_stats()
654 I40E_GLV_MPTCL(stat_idx), in i40e_update_eth_stats()
657 i40e_stat_update48(hw, I40E_GLV_BPTCH(stat_idx), in i40e_update_eth_stats()
658 I40E_GLV_BPTCL(stat_idx), in i40e_update_eth_stats()