Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c264 u16 *p_vid) in mlxsw_sp_span_entry_bridge_8021q() argument
268 u16 vid = *p_vid; in mlxsw_sp_span_entry_bridge_8021q()
284 *p_vid = 0; in mlxsw_sp_span_entry_bridge_8021q()
286 *p_vid = vid; in mlxsw_sp_span_entry_bridge_8021q()
300 u16 *p_vid) in mlxsw_sp_span_entry_bridge() argument
309 dev = mlxsw_sp_span_entry_bridge_8021q(br_dev, dmac, p_vid); in mlxsw_sp_span_entry_bridge()
310 else if (!*p_vid) in mlxsw_sp_span_entry_bridge()
333 u16 *p_vid) in mlxsw_sp_span_entry_vlan() argument
335 *p_vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_span_entry_vlan()
Dspectrum.h413 mlxsw_sp_vxlan_mapped_vid(const struct net_device *vxlan_dev, u16 *p_vid) in mlxsw_sp_vxlan_mapped_vid() argument
428 *p_vid = vid; in mlxsw_sp_vxlan_mapped_vid()
Dreg.h482 char *mac, u16 *p_vid, in mlxsw_reg_sfd_uc_lag_unpack() argument
486 *p_vid = mlxsw_reg_sfd_uc_lag_fid_vid_get(payload, rec_index); in mlxsw_reg_sfd_uc_lag_unpack()
694 char *mac, u16 *p_vid, in mlxsw_reg_sfn_mac_unpack() argument
698 *p_vid = mlxsw_reg_sfn_mac_fid_get(payload, rec_index); in mlxsw_reg_sfn_mac_unpack()
710 char *mac, u16 *p_vid, in mlxsw_reg_sfn_mac_lag_unpack() argument
714 *p_vid = mlxsw_reg_sfn_mac_fid_get(payload, rec_index); in mlxsw_reg_sfn_mac_lag_unpack()
Dspectrum_switchdev.c2662 u16 *p_vid, __be32 *p_vni) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process() argument
2703 *p_vid = bridge_device->ops->fid_vid(bridge_device, fid); in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()