Searched refs:i40e_stat_update32 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 585 static void i40e_stat_update32(struct i40e_hw *hw, u32 reg, in i40e_stat_update32() function 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() 685 i40e_stat_update32(hw, I40E_GLSW_TDPC(idx), in i40e_update_veb_stats() 689 i40e_stat_update32(hw, I40E_GLSW_RUPP(idx), in i40e_update_veb_stats() 763 i40e_stat_update32(hw, I40E_GL_FCOEPRC(idx), in i40e_update_fcoe_stats() 769 i40e_stat_update32(hw, I40E_GL_FCOERPDC(idx), in i40e_update_fcoe_stats() 772 i40e_stat_update32(hw, I40E_GL_FCOEPTC(idx), in i40e_update_fcoe_stats() [all …]
|