Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h876 int hinic_get_phy_port_stats(void *hwdev, struct hinic_phy_port_stats *stats);
H A Dhinic_pmd_niccfg.c784 int hinic_get_phy_port_stats(void *hwdev, struct hinic_phy_port_stats *stats) in hinic_get_phy_port_stats() function
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.c2243 err = hinic_get_phy_port_stats(nic_dev->hwdev, &port_stats); in hinic_dev_xstats_get()