Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h112 bool offset_loaded, u64 *tx_offset,
H A Di40e_common.c7116 bool offset_loaded, u64 *tx_offset, in i40e_lpi_stat_update() argument
7133 *tx_offset = tx_counter; in i40e_lpi_stat_update()
7137 *tx_stat = (tx_counter >= *tx_offset) ? in i40e_lpi_stat_update()
7138 (u32)(tx_counter - *tx_offset) : in i40e_lpi_stat_update()
7139 (u32)((tx_counter + BIT_ULL(32)) - *tx_offset); in i40e_lpi_stat_update()