Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.h152 struct hinic_phy_port_stats { struct
285 struct hinic_phy_port_stats stats; argument
876 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()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.c93 .offset = offsetof(struct hinic_phy_port_stats, _stat_item) \
2184 struct hinic_phy_port_stats port_stats; in hinic_dev_xstats_get()