Searched refs:tx_offset (Results 1 – 2 of 2) sorted by relevance
92 bool offset_loaded, u64 *tx_offset,
7371 bool offset_loaded, u64 *tx_offset, in i40e_lpi_stat_update() argument7388 *tx_offset = tx_counter; in i40e_lpi_stat_update()7392 *tx_stat = (tx_counter >= *tx_offset) ? in i40e_lpi_stat_update()7393 (u32)(tx_counter - *tx_offset) : in i40e_lpi_stat_update()7394 (u32)((tx_counter + BIT_ULL(32)) - *tx_offset); in i40e_lpi_stat_update()