struct tarpc_rte_eth_rx_queue_count_in

rte_eth_rx_queue_count()

struct tarpc_rte_eth_rx_queue_count_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t queue_id;
};