Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c3274 struct ecore_rss_params *p_rss_params = OSAL_NULL; in ecore_iov_vf_mbx_vport_update() local
3293 p_rss_params = OSAL_VZALLOC(p_hwfn->p_dev, sizeof(*p_rss_params)); in ecore_iov_vf_mbx_vport_update()
3294 if (p_rss_params == OSAL_NULL) { in ecore_iov_vf_mbx_vport_update()
3322 ecore_iov_vp_update_rss_param(p_hwfn, vf, &params, p_rss_params, in ecore_iov_vf_mbx_vport_update()
3357 OSAL_VFREE(p_hwfn->p_dev, p_rss_params); in ecore_iov_vf_mbx_vport_update()
H A Decore_l2.c706 struct ecore_rss_params *p_rss_params = p_params->rss_params; in ecore_sp_vport_update() local
782 rc = ecore_sp_vport_update_rss(p_hwfn, p_ramrod, p_rss_params); in ecore_sp_vport_update()