Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c1327 struct vfpf_vport_update_mcast_bin_tlv *p_mcast_tlv; in ecore_vf_pf_vport_update() local
1330 p_mcast_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_vport_update()
1335 OSAL_MEMCPY(p_mcast_tlv->bins, p_params->bins, in ecore_vf_pf_vport_update()
H A Decore_sriov.c3097 struct vfpf_vport_update_mcast_bin_tlv *p_mcast_tlv; in ecore_iov_vp_update_mcast_bin_param() local
3100 p_mcast_tlv = (struct vfpf_vport_update_mcast_bin_tlv *) in ecore_iov_vp_update_mcast_bin_param()
3102 if (!p_mcast_tlv) in ecore_iov_vp_update_mcast_bin_param()
3106 OSAL_MEMCPY(p_data->bins, p_mcast_tlv->bins, in ecore_iov_vp_update_mcast_bin_param()