Home
last modified time | relevance | path

Searched refs:ETH_RSS_PROTO_MASK (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/null/
H A Drte_eth_null.c541 internals->flow_type_rss_offloads = ETH_RSS_PROTO_MASK; in eth_dev_null_create()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c808 .rss_hf = ETH_RSS_PROTO_MASK, in port_init()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c716 internals->flow_type_rss_offloads = ETH_RSS_PROTO_MASK; in __eth_bond_slave_remove_lock_free()
H A Drte_eth_bond_pmd.c3267 internals->flow_type_rss_offloads = ETH_RSS_PROTO_MASK; in bond_alloc()
/f-stack/lib/
H A Dff_dpdk_if.c626 uint64_t default_rss_hf = ETH_RSS_PROTO_MASK; in init_port_start()
641 ETH_RSS_PROTO_MASK) { in init_port_start()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst170 .rss_hf = ETH_RSS_PROTO_MASK,
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h740 #define ETH_RSS_PROTO_MASK ( \ macro