Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c786 struct hinic_port_stats_info port_stats_cmd; in hinic_get_phy_port_stats() local
797 memset(&port_stats_cmd, 0, sizeof(port_stats_cmd)); in hinic_get_phy_port_stats()
798 port_stats_cmd.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_get_phy_port_stats()
799 port_stats_cmd.stats_version = HINIC_PORT_STATS_VERSION; in hinic_get_phy_port_stats()
800 port_stats_cmd.stats_size = sizeof(port_stats_rsp); in hinic_get_phy_port_stats()
803 &port_stats_cmd, sizeof(port_stats_cmd), in hinic_get_phy_port_stats()