struct tarpc_rte_eth_representor_info

struct tarpc_rte_eth_representor_info {
    // fields

    uint16_t controller;
    uint16_t pf;
    tarpc_uint nb_ranges;
    struct tarpc_rte_eth_representor_range ranges<>;
};