Home
last modified time | relevance | path

Searched refs:rss_obj (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h1146 struct ecore_rss_config_obj *rss_obj; member
1945 struct ecore_rss_config_obj *rss_obj,
1966 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj,
H A Decore_sp.c3482 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_setup_rss()
3575 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_config_rss()
3597 struct ecore_rss_config_obj *rss_obj, in ecore_init_rss_config_obj() argument
3604 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata, in ecore_init_rss_config_obj()
3607 rss_obj->engine_id = engine_id; in ecore_init_rss_config_obj()
3608 rss_obj->config_rss = ecore_setup_rss; in ecore_init_rss_config_obj()
H A Dbnx2x.c6643 bnx2x_config_rss_pf(struct bnx2x_softc *sc, struct ecore_rss_config_obj *rss_obj, in bnx2x_config_rss_pf() argument
6654 params.rss_obj = rss_obj; in bnx2x_config_rss_pf()
6665 if (rss_obj->udp_rss_v4) { in bnx2x_config_rss_pf()
6668 if (rss_obj->udp_rss_v6) { in bnx2x_config_rss_pf()
6675 rte_memcpy(params.ind_table, rss_obj->ind_table, in bnx2x_config_rss_pf()