Lines Matching refs:stat_idx
555 int stat_idx = le16_to_cpu(vsi->info.stat_counter_idx); in i40e_update_eth_stats() local
565 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
568 i40e_stat_update32(hw, I40E_GLV_RDPC(stat_idx), in i40e_update_eth_stats()
571 i40e_stat_update32(hw, I40E_GLV_RUPP(stat_idx), in i40e_update_eth_stats()
574 i40e_stat_update32(hw, I40E_GLV_TEPC(stat_idx), in i40e_update_eth_stats()
578 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx), in i40e_update_eth_stats()
579 I40E_GLV_GORCL(stat_idx), in i40e_update_eth_stats()
582 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx), in i40e_update_eth_stats()
583 I40E_GLV_UPRCL(stat_idx), in i40e_update_eth_stats()
586 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx), in i40e_update_eth_stats()
587 I40E_GLV_MPRCL(stat_idx), in i40e_update_eth_stats()
590 i40e_stat_update48(hw, I40E_GLV_BPRCH(stat_idx), in i40e_update_eth_stats()
591 I40E_GLV_BPRCL(stat_idx), in i40e_update_eth_stats()
595 i40e_stat_update48(hw, I40E_GLV_GOTCH(stat_idx), in i40e_update_eth_stats()
596 I40E_GLV_GOTCL(stat_idx), in i40e_update_eth_stats()
599 i40e_stat_update48(hw, I40E_GLV_UPTCH(stat_idx), in i40e_update_eth_stats()
600 I40E_GLV_UPTCL(stat_idx), in i40e_update_eth_stats()
603 i40e_stat_update48(hw, I40E_GLV_MPTCH(stat_idx), in i40e_update_eth_stats()
604 I40E_GLV_MPTCL(stat_idx), in i40e_update_eth_stats()
607 i40e_stat_update48(hw, I40E_GLV_BPTCH(stat_idx), in i40e_update_eth_stats()
608 I40E_GLV_BPTCL(stat_idx), in i40e_update_eth_stats()