struct tarpc_rte_eth_fc_conf

struct tarpc_rte_eth_fc_conf {
    // fields

    uint32_t high_water;
    uint32_t low_water;
    uint16_t pause_time;
    uint16_t send_xon;
    enum tarpc_rte_eth_fc_mode mode;
    uint8_t mac_ctrl_frame_fwd;
    uint8_t autoneg;
};