Symbol: tx_counter
usr/src/uts/common/io/i40e/core/i40e_common.c
7015
u32 *tx_counter, u32 *rx_counter,
usr/src/uts/common/io/i40e/core/i40e_common.c
7031
&cmd_status, tx_counter, rx_counter, NULL);
usr/src/uts/common/io/i40e/core/i40e_common.c
7040
*tx_counter = rd32(hw, I40E_PRTPM_TLPIC);
usr/src/uts/common/io/i40e/core/i40e_common.c
7121
u32 tx_counter, rx_counter;
usr/src/uts/common/io/i40e/core/i40e_common.c
7124
retval = i40e_get_lpi_counters(hw, &tx_counter, &rx_counter, &is_clear);
usr/src/uts/common/io/i40e/core/i40e_common.c
7129
*tx_stat += tx_counter;
usr/src/uts/common/io/i40e/core/i40e_common.c
7133
*tx_offset = tx_counter;
usr/src/uts/common/io/i40e/core/i40e_common.c
7137
*tx_stat = (tx_counter >= *tx_offset) ?
usr/src/uts/common/io/i40e/core/i40e_common.c
7138
(u32)(tx_counter - *tx_offset) :
usr/src/uts/common/io/i40e/core/i40e_common.c
7139
(u32)((tx_counter + BIT_ULL(32)) - *tx_offset);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
109
enum i40e_status_code i40e_get_lpi_counters(struct i40e_hw *hw, u32 *tx_counter,
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
594
struct tx_counter ct1pt0_xmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
595
struct tx_counter ct1pt0_xmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
596
struct tx_counter ct1pt0_rexmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
597
struct tx_counter ct1pt0_rexmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
598
struct tx_counter ct1pt1_xmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
599
struct tx_counter ct1pt1_xmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
600
struct tx_counter ct1pt1_rexmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
601
struct tx_counter ct1pt1_rexmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
602
struct tx_counter ct2pt0_xmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
603
struct tx_counter ct2pt0_xmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
604
struct tx_counter ct2pt0_rexmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
605
struct tx_counter ct2pt0_rexmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
606
struct tx_counter ct2pt1_xmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
607
struct tx_counter ct2pt1_xmt_ipv6_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
608
struct tx_counter ct2pt1_rexmt_ipv4_ctrs;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_hw_eth.h
609
struct tx_counter ct2pt1_rexmt_ipv6_ctrs;