Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c4480 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_setup_rss()
4579 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj, in ecore_get_rss_ind_table() argument
4582 ECORE_MEMCPY(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table)); in ecore_get_rss_ind_table()
4589 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_config_rss()
4614 struct ecore_rss_config_obj *rss_obj, in ecore_init_rss_config_obj() argument
4620 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata, in ecore_init_rss_config_obj()
4623 rss_obj->engine_id = engine_id; in ecore_init_rss_config_obj()
4624 rss_obj->config_rss = ecore_setup_rss; in ecore_init_rss_config_obj()
H A Dbxe.c11477 struct ecore_rss_config_obj *rss_obj, in bxe_config_rss_pf() argument
11488 params.rss_obj = rss_obj; in bxe_config_rss_pf()
11499 if (rss_obj->udp_rss_v4) { in bxe_config_rss_pf()
11502 if (rss_obj->udp_rss_v6) { in bxe_config_rss_pf()
11509 memcpy(params.ind_table, rss_obj->ind_table, sizeof(params.ind_table)); in bxe_config_rss_pf()