struct tarpc_rte_eth_dev_get_reg_info_in

struct tarpc_rte_eth_dev_get_reg_info_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    struct tarpc_rte_dev_reg_info info<>;
};