Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c1522 struct ecore_sp_vport_update_params sp_params; in ecore_vf_pf_filter_mcast() local
1525 OSAL_MEMSET(&sp_params, 0, sizeof(sp_params)); in ecore_vf_pf_filter_mcast()
1526 sp_params.update_approx_mcast_flg = 1; in ecore_vf_pf_filter_mcast()
1533 sp_params.bins[bit / 32] |= 1 << (bit % 32); in ecore_vf_pf_filter_mcast()
1537 ecore_vf_pf_vport_update(p_hwfn, &sp_params); in ecore_vf_pf_filter_mcast()
/f-stack/dpdk/drivers/net/bnx2x/
H A Delink.h644 struct elink_ets_sp_params sp_params; member
H A Delink.c1928 ets_params->cos[cos_entry].params.sp_params.pri, in elink_ets_e3b0_config()