Searched refs:get_mac_stats (Results 1 – 4 of 4) sorted by relevance
684 static u64 *get_mac_stats(const struct funeth_priv *fp, u64 *data) in get_mac_stats() function759 data = get_mac_stats(fp, data); in fun_get_ethtool_stats()
677 void (*get_mac_stats)(struct hnae3_handle *handle, member
2866 if (h->ae_algo->ops->get_mac_stats) { in hns3_get_tx_timeo_queue_info()2869 h->ae_algo->ops->get_mac_stats(h, &mac_stats); in hns3_get_tx_timeo_queue_info()
12823 .get_mac_stats = hclge_get_mac_stat,