Searched defs:rte_eth_vmdq_rx_conf (Results 1 – 4 of 4) sorted by relevance
184 struct rte_eth_vmdq_rx_conf { struct185 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. */
185 struct rte_eth_vmdq_rx_conf { struct186 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. */
1014 pub struct rte_eth_vmdq_rx_conf { struct1028 pub pool_map: [rte_eth_vmdq_rx_conf__bindgen_ty_1; 64usize], argument1177 impl Default for rte_eth_vmdq_rx_conf { implementation
1102 pub struct rte_eth_vmdq_rx_conf { struct1116 pub pool_map: [rte_eth_vmdq_rx_conf__bindgen_ty_1; 64usize], argument1270 impl Clone for rte_eth_vmdq_rx_conf { implementation1275 impl Default for rte_eth_vmdq_rx_conf { implementation