Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_mac.h103 void (*get_pcs_stats)(struct fbnic_dev *fbd, bool reset, member
H A Dfbnic_hw_stats.c521 mac->get_pcs_stats(fbd, true, &phy_stats->pcs); in fbnic_reset_phy_stats()
530 mac->get_pcs_stats(fbd, false, &phy_stats->pcs); in fbnic_get_phy_stats32()
H A Dfbnic_mac.c894 .get_pcs_stats = fbnic_mac_get_pcs_stats,