Searched refs:tx_offset (Results 1 – 2 of 2) sorted by relevance
85 bool offset_loaded, u64 *tx_offset,
7258 bool offset_loaded, u64 *tx_offset, in i40e_lpi_stat_update() argument7275 *tx_offset = tx_counter; in i40e_lpi_stat_update()7279 *tx_stat = (tx_counter >= *tx_offset) ? in i40e_lpi_stat_update()7280 (u32)(tx_counter - *tx_offset) : in i40e_lpi_stat_update()7281 (u32)((tx_counter + BIT_ULL(32)) - *tx_offset); in i40e_lpi_stat_update()