Home
last modified time | relevance | path

Searched refs:ECORE_RSS_IPV4 (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2_api.h16 ECORE_RSS_IPV4 = 0x1, enumerator
H A Decore_l2.c498 !!(p_rss->rss_caps & ECORE_RSS_IPV4)); in ecore_sp_vport_update_rss()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h1133 ECORE_RSS_IPV4, enumerator
H A Decore_sp.c3508 if (ECORE_TEST_BIT(ECORE_RSS_IPV4, &p->rss_flags)) in ecore_setup_rss()
H A Dbnx2x.c6661 rte_bit_relaxed_set32(ECORE_RSS_IPV4, &params.rss_flags); in bnx2x_config_rss_pf()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c2099 *rss_caps |= (hf & ETH_RSS_IPV4) ? ECORE_RSS_IPV4 : 0; in qede_init_rss_caps()