Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c603 counter_registry->polling_mode = SFC_MAE_COUNTER_POLLING_SERVICE; in sfc_mae_counter_service_register()
643 counter_registry->polling_mode = SFC_MAE_COUNTER_POLLING_OFF; in sfc_mae_counter_thread_stop()
659 counter_registry->polling_mode = SFC_MAE_COUNTER_POLLING_THREAD; in sfc_mae_counter_thread_spawn()
879 SFC_ASSERT(mae->counter_registry.polling_mode != in sfc_mae_counter_stop()
882 if (mae->counter_registry.polling_mode == in sfc_mae_counter_stop()
H A Dsfc_mae.h166 enum sfc_mae_counter_polling_mode polling_mode; member