Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_niccfg.c787 struct hinic_port_stats port_stats_rsp; in hinic_get_phy_port_stats() local
788 u16 out_size = sizeof(port_stats_rsp); in hinic_get_phy_port_stats()
796 memset(&port_stats_rsp, 0, sizeof(port_stats_rsp)); in hinic_get_phy_port_stats()
800 port_stats_cmd.stats_size = sizeof(port_stats_rsp); in hinic_get_phy_port_stats()
804 &port_stats_rsp, &out_size); in hinic_get_phy_port_stats()
805 if (err || !out_size || port_stats_rsp.mgmt_msg_head.status) { in hinic_get_phy_port_stats()
808 err, port_stats_rsp.mgmt_msg_head.status, out_size); in hinic_get_phy_port_stats()
812 memcpy(stats, &port_stats_rsp.stats, sizeof(*stats)); in hinic_get_phy_port_stats()