Home
last modified time | relevance | path

Searched defs:rte_eth_vmdq_rx_conf (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_eth_conf.h184 struct rte_eth_vmdq_rx_conf { struct
185 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq only mode, 8 or 64 pools */
186 uint8_t enable_default_pool; /**< If non-zero, use a default pool */
187 uint8_t default_pool; /**< The default pool, if applicable */
188 uint8_t enable_loop_back; /**< Enable VT loop back */
189 uint8_t nb_pool_maps; /**< We can have up to 64 filters/mappings */
190 uint32_t rx_mode; /**< Flags from ETH_VMDQ_ACCEPT_* */
191 struct {
194 } pool_map[ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq vlan pool maps. */
Dlayout_eth_conf_1_0.h185 struct rte_eth_vmdq_rx_conf { struct
186 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq only mode, 8 or 64 pools */
187 uint8_t enable_default_pool; /**< If non-zero, use a default pool */
188 uint8_t default_pool; /**< The default pool, if applicable */
189 uint8_t enable_loop_back; /**< Enable VT loop back */
190 uint8_t nb_pool_maps; /**< We can have up to 64 filters/mappings */
191 uint32_t rx_mode; /**< Flags from ETH_VMDQ_ACCEPT_* */
192 struct {
195 } pool_map[ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq vlan pool maps. */
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_eth_conf.rs1014 pub struct rte_eth_vmdq_rx_conf { struct
1028 pub pool_map: [rte_eth_vmdq_rx_conf__bindgen_ty_1; 64usize], argument
1177 impl Default for rte_eth_vmdq_rx_conf { implementation
Dlayout_eth_conf_1_0.rs1102 pub struct rte_eth_vmdq_rx_conf { struct
1116 pub pool_map: [rte_eth_vmdq_rx_conf__bindgen_ty_1; 64usize], argument
1270 impl Clone for rte_eth_vmdq_rx_conf { implementation
1275 impl Default for rte_eth_vmdq_rx_conf { implementation