Home
last modified time | relevance | path

Searched refs:tx_counter (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
Di40e_common.c7039 u32 *tx_counter, u32 *rx_counter, in i40e_get_lpi_counters() argument
7055 &cmd_status, tx_counter, rx_counter, NULL); in i40e_get_lpi_counters()
7064 *tx_counter = rd32(hw, I40E_PRTPM_TLPIC); in i40e_get_lpi_counters()
7145 u32 tx_counter, rx_counter; in i40e_lpi_stat_update() local
7148 retval = i40e_get_lpi_counters(hw, &tx_counter, &rx_counter, &is_clear); in i40e_lpi_stat_update()
7153 *tx_stat += tx_counter; in i40e_lpi_stat_update()
7157 *tx_offset = tx_counter; in i40e_lpi_stat_update()
7161 *tx_stat = (tx_counter >= *tx_offset) ? in i40e_lpi_stat_update()
7162 (u32)(tx_counter - *tx_offset) : in i40e_lpi_stat_update()
7163 (u32)((tx_counter + BIT_ULL(32)) - *tx_offset); in i40e_lpi_stat_update()
Di40e_prototype.h109 enum i40e_status_code i40e_get_lpi_counters(struct i40e_hw *hw, u32 *tx_counter,