Searched refs:rss_obj (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/bxe/ |
| HD | ecore_sp.h | 1175 struct ecore_rss_config_obj *rss_obj; member 1857 struct ecore_rss_config_obj *rss_obj, 1878 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj,
|
| HD | ecore_sp.c | 4322 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_setup_rss() 4425 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj, in ecore_get_rss_ind_table() argument 4428 ECORE_MEMCPY(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table)); in ecore_get_rss_ind_table() 4435 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_config_rss() 4460 struct ecore_rss_config_obj *rss_obj, in ecore_init_rss_config_obj() argument 4466 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata, in ecore_init_rss_config_obj() 4469 rss_obj->engine_id = engine_id; in ecore_init_rss_config_obj() 4470 rss_obj->config_rss = ecore_setup_rss; in ecore_init_rss_config_obj()
|
| HD | bxe.c | 11986 struct ecore_rss_config_obj *rss_obj, in bxe_config_rss_pf() argument 11997 params.rss_obj = rss_obj; in bxe_config_rss_pf() 12008 if (rss_obj->udp_rss_v4) { in bxe_config_rss_pf() 12011 if (rss_obj->udp_rss_v6) { in bxe_config_rss_pf() 12018 memcpy(params.ind_table, rss_obj->ind_table, sizeof(params.ind_table)); in bxe_config_rss_pf()
|