Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_eth_conf.h148 struct rte_eth_vmdq_dcb_conf { struct
149 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */
150 uint8_t enable_default_pool; /**< If non-zero, use a default pool */
151 uint8_t default_pool; /**< The default pool, if applicable */
152 uint8_t nb_pool_maps; /**< We can have up to 64 filters/mappings */
153 struct {
156 } pool_map[ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq vlan pool maps. */
157 uint8_t dcb_tc[ETH_DCB_NUM_USER_PRIORITIES];
Dlayout_eth_conf_1_0.h149 struct rte_eth_vmdq_dcb_conf { struct
150 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */
151 uint8_t enable_default_pool; /**< If non-zero, use a default pool */
152 uint8_t default_pool; /**< The default pool, if applicable */
153 uint8_t nb_pool_maps; /**< We can have up to 64 filters/mappings */
154 struct {
157 } pool_map[ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq vlan pool maps. */
158 uint8_t dcb_tc[ETH_DCB_NUM_USER_PRIORITIES];
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_eth_conf.rs652 pub struct rte_eth_vmdq_dcb_conf { struct
662 pub pool_map: [rte_eth_vmdq_dcb_conf__bindgen_ty_1; 64usize], argument
667 pub struct rte_eth_vmdq_dcb_conf__bindgen_ty_1 { argument
799 impl Default for rte_eth_vmdq_dcb_conf { implementation
Dlayout_eth_conf_1_0.rs710 pub struct rte_eth_vmdq_dcb_conf { struct
720 pub pool_map: [rte_eth_vmdq_dcb_conf__bindgen_ty_1; 64usize], argument
725 pub struct rte_eth_vmdq_dcb_conf__bindgen_ty_1 { argument
862 impl Clone for rte_eth_vmdq_dcb_conf { implementation
867 impl Default for rte_eth_vmdq_dcb_conf { implementation