Home
last modified time | relevance | path

Searched refs:period_ms (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.c1957 __in uint16_t period_ms) in efx_mcdi_mac_stats() argument
1981 MAC_STATS_IN_PERIOD_MS, (enable | events) ? period_ms : 0); in efx_mcdi_mac_stats()
2093 __in uint16_t period_ms, in efx_mcdi_mac_stats_periodic() argument
2105 if (period_ms == 0) in efx_mcdi_mac_stats_periodic()
2110 EFX_STATS_ENABLE_EVENTS, period_ms); in efx_mcdi_mac_stats_periodic()
2113 EFX_STATS_ENABLE_NOEVENTS, period_ms); in efx_mcdi_mac_stats_periodic()
H A Defx_mac.c810 __in uint16_t period_ms, in efx_mac_stats_periodic() argument
827 if ((rc = emop->emo_stats_periodic(enp, esmp, period_ms, events)) != 0) in efx_mac_stats_periodic()
H A Defx_mcdi.h272 __in uint16_t period_ms,
H A Defx_impl.h1613 __in uint16_t period_ms);
H A Defx.h775 __in uint16_t period_ms,
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c6400 uint32_t period_ms; member
6410 ret = rte_eth_bond_link_monitoring_set(res->port_num, res->period_ms); in cmd_set_bond_mon_period_parsed()
6431 period_ms, RTE_UINT32);