:orphan: .. index:: pair: struct; tarpc_rte_eth_rx_queue_setup_in .. _doxid-structtarpc__rte__eth__rx__queue__setup__in: struct tarpc_rte_eth_rx_queue_setup_in ====================================== .. toctree:: :hidden: rte_eth_rx_queue_setup() .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_rte_eth_rx_queue_setup_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; uint16_t :target:`port_id`; uint16_t :target:`rx_queue_id`; uint16_t :target:`nb_rx_desc`; tarpc_int :target:`socket_id`; struct :ref:`tarpc_rte_eth_rxconf` :target:`rx_conf<>`; :ref:`tarpc_rte_mempool` :target:`mp`; };