Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_phc.c98 bool ena_phc_is_active(struct ena_adapter *adapter) in ena_phc_is_active() function
116 if (ena_phc_is_active(adapter)) in ena_phc_register()
148 if (ena_phc_is_active(adapter) && in ena_phc_unregister()
232 if (ena_phc_is_active(adapter)) in ena_phc_get_index()
H A Dena_phc.h30 bool ena_phc_is_active(struct ena_adapter *adapter);
H A Dena_debugfs.c17 if (!ena_phc_is_active(adapter)) in phc_stats_show()