Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h92 bool offset_loaded, u64 *tx_offset,
H A Di40e_common.c7371 bool offset_loaded, u64 *tx_offset, in i40e_lpi_stat_update() argument
7388 *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()