Searched defs:rte_eth_vmdq_dcb_conf (Results 1 – 4 of 4) sorted by relevance
148 struct rte_eth_vmdq_dcb_conf { struct149 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];
149 struct rte_eth_vmdq_dcb_conf { struct150 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];
652 pub struct rte_eth_vmdq_dcb_conf { struct662 pub pool_map: [rte_eth_vmdq_dcb_conf__bindgen_ty_1; 64usize], argument667 pub struct rte_eth_vmdq_dcb_conf__bindgen_ty_1 { argument799 impl Default for rte_eth_vmdq_dcb_conf { implementation
710 pub struct rte_eth_vmdq_dcb_conf { struct720 pub pool_map: [rte_eth_vmdq_dcb_conf__bindgen_ty_1; 64usize], argument725 pub struct rte_eth_vmdq_dcb_conf__bindgen_ty_1 { argument862 impl Clone for rte_eth_vmdq_dcb_conf { implementation867 impl Default for rte_eth_vmdq_dcb_conf { implementation