Searched refs:clear_phy_port_stats (Results 1 – 1 of 1) sorted by relevance
1567 struct hinic_clear_port_stats clear_phy_port_stats; in hinic_clear_phy_port_stats() local1568 u16 out_size = sizeof(clear_phy_port_stats); in hinic_clear_phy_port_stats()1576 memset(&clear_phy_port_stats, 0, sizeof(clear_phy_port_stats)); in hinic_clear_phy_port_stats()1577 clear_phy_port_stats.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_clear_phy_port_stats()1578 clear_phy_port_stats.func_id = hinic_global_func_id(hwdev); in hinic_clear_phy_port_stats()1582 &clear_phy_port_stats, in hinic_clear_phy_port_stats()1583 sizeof(clear_phy_port_stats), in hinic_clear_phy_port_stats()1584 &clear_phy_port_stats, &out_size); in hinic_clear_phy_port_stats()1585 if (err || !out_size || clear_phy_port_stats.mgmt_msg_head.status) { in hinic_clear_phy_port_stats()1587 err, clear_phy_port_stats.mgmt_msg_head.status, in hinic_clear_phy_port_stats()