Home
last modified time | relevance | path

Searched refs:tx_sync (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c103 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfd3_tx_tso()
105 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_tx_tso()
163 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfd3_tx_csum()
168 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_tx_csum()
284 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_tx()
367 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_tx()
405 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfd3_tx()
407 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_tx()
483 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_tx_complete()
536 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_xdp_complete()
[all …]
H A Dxsk.c319 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfd3_xsk_complete()
322 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfd3_xsk_complete()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c70 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfdk_tx_tso()
72 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfdk_tx_tso()
103 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfdk_tx_csum()
110 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfdk_tx_csum()
280 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfdk_tx()
282 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfdk_tx()
456 u64_stats_update_begin(&r_vec->tx_sync); in nfp_nfdk_tx()
458 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfdk_tx()
547 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfdk_tx_complete()
879 u64_stats_update_end(&r_vec->tx_sync); in nfp_nfdk_xdp_complete()
[all …]
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe_tdm.c57 ut_info->uf_info.tx_sync = qe_clock_source(sprop); in ucc_of_parse_tdm()
58 if ((ut_info->uf_info.tx_sync < QE_CLK_NONE) || in ucc_of_parse_tdm()
59 (ut_info->uf_info.tx_sync > QE_TSYNC_PIN)) { in ucc_of_parse_tdm()
H A Ducc_fast.c358 if ((uf_info->tx_sync != QE_CLK_NONE) && in ucc_fast_init()
359 ucc_set_tdm_rxtx_sync(uf_info->tdm_num, uf_info->tx_sync, in ucc_fast_init()
/openbmc/linux/include/soc/fsl/qe/
H A Ducc_fast.h145 enum qe_clock tx_sync; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c615 u64_stats_update_begin(&r_vec->tx_sync); in nfp_net_tls_tx()
617 u64_stats_update_end(&r_vec->tx_sync); in nfp_net_tls_tx()
621 u64_stats_update_begin(&r_vec->tx_sync); in nfp_net_tls_tx()
623 u64_stats_update_end(&r_vec->tx_sync); in nfp_net_tls_tx()
632 u64_stats_update_begin(&r_vec->tx_sync); in nfp_net_tls_tx()
634 u64_stats_update_end(&r_vec->tx_sync); in nfp_net_tls_tx()
649 u64_stats_update_begin(&r_vec->tx_sync); in nfp_net_tls_tx()
654 u64_stats_update_end(&r_vec->tx_sync); in nfp_net_tls_tx()
1789 start = u64_stats_fetch_begin(&r_vec->tx_sync); in nfp_net_stat64()
1793 } while (u64_stats_fetch_retry(&r_vec->tx_sync, start)); in nfp_net_stat64()
H A Dnfp_net_dp.c62 u64_stats_init(&tx_ring->r_vec->tx_sync); in nfp_net_tx_ring_init()
H A Dnfp_net.h422 struct u64_stats_sync tx_sync; member
H A Dnfp_net_ethtool.c899 start = u64_stats_fetch_begin(&nn->r_vecs[i].tx_sync); in nfp_vnic_get_sw_stats()
909 } while (u64_stats_fetch_retry(&nn->r_vecs[i].tx_sync, start)); in nfp_vnic_get_sw_stats()