Searched refs:dpsw_if_get_tci (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/ |
H A D | dpsw.h | 275 int dpsw_if_get_tci(struct fsl_mc_io *mc_io,
|
H A D | dpsw.c | 532 * dpsw_if_get_tci() - Get default VLAN Tag Control Information (TCI) 541 int dpsw_if_get_tci(struct fsl_mc_io *mc_io, in dpsw_if_get_tci() function
|
H A D | ethsw.c | 73 err = dpsw_if_get_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, in dpaa2_switch_port_set_pvid() 76 netdev_err(netdev, "dpsw_if_get_tci err %d\n", err); in dpaa2_switch_port_set_pvid()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.h | 309 int dpsw_if_get_tci(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id,
|
H A D | dpsw.c | 434 * dpsw_if_get_tci() - Get default VLAN Tag Control Information (TCI) 443 int dpsw_if_get_tci(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 if_id, in dpsw_if_get_tci() function
|
H A D | dpaa2-switch.c | 236 err = dpsw_if_get_tci(ethsw->mc_io, 0, ethsw->dpsw_handle, in dpaa2_switch_port_set_pvid() 239 netdev_err(netdev, "dpsw_if_get_tci err %d\n", err); in dpaa2_switch_port_set_pvid()
|
Completed in 13 milliseconds