Home
last modified time | relevance | path

Searched refs:nb_tcs (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf_1_0.h164 enum rte_eth_nb_tcs nb_tcs; /**< Possible DCB TCs, 4 or 8 TCs */ member
176 enum rte_eth_nb_tcs nb_tcs; /**< Possible DCB TCs, 4 or 8 TCs. */ member
H A Dlayout_eth_conf.h163 enum rte_eth_nb_tcs nb_tcs; /**< Possible DCB TCs, 4 or 8 TCs */ member
175 enum rte_eth_nb_tcs nb_tcs; /**< Possible DCB TCs, 4 or 8 TCs. */ member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs812 pub nb_tcs: rte_eth_nb_tcs,
832 unsafe { ::std::ptr::addr_of!((*ptr).nb_tcs) as usize - ptr as usize }, in bindgen_test_layout_rte_eth_dcb_rx_conf()
838 stringify!(nb_tcs) in bindgen_test_layout_rte_eth_dcb_rx_conf()
920 pub nb_tcs: rte_eth_nb_tcs,
940 unsafe { ::std::ptr::addr_of!((*ptr).nb_tcs) as usize - ptr as usize }, in bindgen_test_layout_rte_eth_dcb_tx_conf()
946 stringify!(nb_tcs) in bindgen_test_layout_rte_eth_dcb_tx_conf()

Completed in 5 milliseconds