Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
283 *p_vid = 0; in mlxsw_sp_span_entry_bridge_8021q()
285 *p_vid = vid; in mlxsw_sp_span_entry_bridge_8021q()
299 u16 *p_vid) in mlxsw_sp_span_entry_bridge() argument
308 dev = mlxsw_sp_span_entry_bridge_8021q(br_dev, dmac, p_vid); in mlxsw_sp_span_entry_bridge()
309 else if (!*p_vid) in mlxsw_sp_span_entry_bridge()
332 u16 *p_vid) in mlxsw_sp_span_entry_vlan() argument
334 *p_vid = vlan_dev_vlan_id(vlan_dev); in mlxsw_sp_span_entry_vlan()
H A Dspectrum.h454 mlxsw_sp_vxlan_mapped_vid(const struct net_device *vxlan_dev, u16 *p_vid) in mlxsw_sp_vxlan_mapped_vid() argument
469 *p_vid = vid; in mlxsw_sp_vxlan_mapped_vid()
H A Dreg.h683 char *mac, u16 *p_vid, in mlxsw_reg_sfn_mac_unpack() argument
687 *p_vid = mlxsw_reg_sfn_mac_fid_get(payload, rec_index); in mlxsw_reg_sfn_mac_unpack()
699 char *mac, u16 *p_vid, in mlxsw_reg_sfn_mac_lag_unpack() argument
703 *p_vid = mlxsw_reg_sfn_mac_fid_get(payload, rec_index); in mlxsw_reg_sfn_mac_lag_unpack()
H A Dspectrum_switchdev.c3185 u16 *p_vid, __be32 *p_vni) in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process() argument
3226 *p_vid = bridge_device->ops->fid_vid(bridge_device, fid); in __mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
/openbmc/linux/net/core/
H A Drtnetlink.c4204 static int fdb_vid_parse(struct nlattr *vlan_attr, u16 *p_vid, in fdb_vid_parse() argument
4222 *p_vid = vid; in fdb_vid_parse()