Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bxe/
H A Decore_sp.h1190 struct ecore_rss_config_obj *rss_obj; member
1974 struct ecore_rss_config_obj *rss_obj,
1995 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj,
H A Decore_sp.c4482 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_setup_rss()
4581 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj, in ecore_get_rss_ind_table() argument
4584 ECORE_MEMCPY(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table)); in ecore_get_rss_ind_table()
4591 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_config_rss()
4616 struct ecore_rss_config_obj *rss_obj, in ecore_init_rss_config_obj() argument
4622 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata, in ecore_init_rss_config_obj()
4625 rss_obj->engine_id = engine_id; in ecore_init_rss_config_obj()
4626 rss_obj->config_rss = ecore_setup_rss; in ecore_init_rss_config_obj()
H A Dbxe.c11544 struct ecore_rss_config_obj *rss_obj, in bxe_config_rss_pf() argument
11555 params.rss_obj = rss_obj; in bxe_config_rss_pf()
11566 if (rss_obj->udp_rss_v4) { in bxe_config_rss_pf()
11569 if (rss_obj->udp_rss_v6) { in bxe_config_rss_pf()
11576 memcpy(params.ind_table, rss_obj->ind_table, sizeof(params.ind_table)); in bxe_config_rss_pf()