Home
last modified time | relevance | path

Searched refs:tx_counter (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h587 struct tx_counter { struct
594 struct tx_counter ct1pt0_xmt_ipv4_ctrs; argument
595 struct tx_counter ct1pt0_xmt_ipv6_ctrs;
596 struct tx_counter ct1pt0_rexmt_ipv4_ctrs;
597 struct tx_counter ct1pt0_rexmt_ipv6_ctrs;
598 struct tx_counter ct1pt1_xmt_ipv4_ctrs;
599 struct tx_counter ct1pt1_xmt_ipv6_ctrs;
600 struct tx_counter ct1pt1_rexmt_ipv4_ctrs;
601 struct tx_counter ct1pt1_rexmt_ipv6_ctrs;
602 struct tx_counter ct2pt0_xmt_ipv4_ctrs;
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c7015 u32 *tx_counter, u32 *rx_counter, in i40e_get_lpi_counters() argument
7031 &cmd_status, tx_counter, rx_counter, NULL); in i40e_get_lpi_counters()
7040 *tx_counter = rd32(hw, I40E_PRTPM_TLPIC); in i40e_get_lpi_counters()
7121 u32 tx_counter, rx_counter; in i40e_lpi_stat_update() local
7124 retval = i40e_get_lpi_counters(hw, &tx_counter, &rx_counter, &is_clear); in i40e_lpi_stat_update()
7129 *tx_stat += tx_counter; in i40e_lpi_stat_update()
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()
H A Di40e_prototype.h109 enum i40e_status_code i40e_get_lpi_counters(struct i40e_hw *hw, u32 *tx_counter,