Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h783 struct ecore_rss_config_obj *rss_obj; member
1555 struct ecore_rss_config_obj *rss_obj,
1576 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj,
H A Decore_sp_verbs.c4619 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_setup_rss()
4730 void ecore_get_rss_ind_table(struct ecore_rss_config_obj *rss_obj, in ecore_get_rss_ind_table() argument
4733 mm_memcpy(ind_table, rss_obj->ind_table, sizeof(rss_obj->ind_table)); in ecore_get_rss_ind_table()
4740 struct ecore_rss_config_obj *o = p->rss_obj; in ecore_config_rss()
4765 struct ecore_rss_config_obj *rss_obj, in ecore_init_rss_config_obj() argument
4771 ecore_init_raw_obj(&rss_obj->raw, cl_id, cid, func_id, rdata, in ecore_init_rss_config_obj()
4774 rss_obj->engine_id = engine_id; in ecore_init_rss_config_obj()
4775 rss_obj->config_rss = ecore_setup_rss; in ecore_init_rss_config_obj()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2536 params.rss_obj = &pdev->slowpath_info.rss_conf_obj; in lm_enable_rss()
2674 params.rss_obj = &pdev->slowpath_info.rss_conf_obj; in lm_disable_rss()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c609 rss_params->rss_obj = &vf_info->vf_slowpath_info.rss_conf_obj; in lm_pf_vf_fill_update_rss_response()