Searched refs:i40e_stat_update48 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c615 * i40e_stat_update48 - read and update a 48 bit stat from the chip
629 static void i40e_stat_update48(struct i40e_hw *hw, u32 hireg, u32 loreg, function
732 i40e_stat_update48(hw, I40E_GLV_GORCH(stat_idx),
736 i40e_stat_update48(hw, I40E_GLV_UPRCH(stat_idx),
740 i40e_stat_update48(hw, I40E_GLV_MPRCH(stat_idx),
744 i40e_stat_update48(hw, I40E_GLV_BPRCH(stat_idx),
749 i40e_stat_update48(hw, I40E_GLV_GOTCH(stat_idx),
753 i40e_stat_update48(hw, I40E_GLV_UPTCH(stat_idx),
757 i40e_stat_update48(hw, I40E_GLV_MPTCH(stat_idx),
761 i40e_stat_update48(h
[all...]

Completed in 274 milliseconds