Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h85 bool offset_loaded, u64 *tx_offset,
H A Di40e_common.c7258 bool offset_loaded, u64 *tx_offset, in i40e_lpi_stat_update() argument
7275 *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()