Home
last modified time | relevance | path

Searched refs:dpsw_vlan_add (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H A Ddpsw.c739 * dpsw_vlan_add() - Adding new VLAN to DPSW.
750 * is obtained by calling dpsw_vlan_add for multiple VLAN IDs
755 int dpsw_vlan_add(struct fsl_mc_io *mc_io, in dpsw_vlan_add() function
762 struct dpsw_vlan_add *cmd_params; in dpsw_vlan_add()
768 cmd_params = (struct dpsw_vlan_add *)cmd.params; in dpsw_vlan_add()
H A Ddpsw-cmd.h290 struct dpsw_vlan_add { struct
H A Ddpsw.h387 int dpsw_vlan_add(struct fsl_mc_io *mc_io,
H A Dethsw.c35 err = dpsw_vlan_add(ethsw->mc_io, 0, in dpaa2_switch_add_vlan()
38 dev_err(ethsw->dev, "dpsw_vlan_add err %d\n", err); in dpaa2_switch_add_vlan()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c663 * dpsw_vlan_add() - Adding new VLAN to DPSW.
674 * is obtained by calling dpsw_vlan_add for multiple VLAN IDs
679 int dpsw_vlan_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, in dpsw_vlan_add() function
683 struct dpsw_vlan_add *cmd_params; in dpsw_vlan_add()
689 cmd_params = (struct dpsw_vlan_add *)cmd.params; in dpsw_vlan_add()
H A Ddpsw-cmd.h335 struct dpsw_vlan_add { struct
H A Ddpsw.h433 int dpsw_vlan_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token,
H A Ddpaa2-switch.c198 err = dpsw_vlan_add(ethsw->mc_io, 0, in dpaa2_switch_add_vlan()
201 dev_err(ethsw->dev, "dpsw_vlan_add err %d\n", err); in dpaa2_switch_add_vlan()

Completed in 15 milliseconds