Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf_1_0.h108 * The *rss_hf* field of the *rss_conf* structure indicates the different
110 * Supplying an *rss_hf* equal to zero disables the RSS feature.
115 uint64_t rss_hf; /**< Hash functions to apply - see below. */ member
H A Dlayout_eth_conf.h107 * The *rss_hf* field of the *rss_conf* structure indicates the different
109 * Supplying an *rss_hf* equal to zero disables the RSS feature.
114 uint64_t rss_hf; /**< Hash functions to apply - see below. */ member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs547 /// The *rss_hf* field of the *rss_conf* structure indicates the different
549 /// Supplying an *rss_hf* equal to zero disables the RSS feature.
558 pub rss_hf: u64,
598 unsafe { ::std::ptr::addr_of!((*ptr).rss_hf) as usize - ptr as usize }, in bindgen_test_layout_rte_eth_rss_conf()
604 stringify!(rss_hf) in bindgen_test_layout_rte_eth_rss_conf()

Completed in 5 milliseconds