Home
last modified time | relevance | path

Searched refs:switchdev_ops (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/net/switchdev/
Dswitchdev.c185 const struct switchdev_ops *ops = dev->switchdev_ops; in switchdev_port_attr_get()
223 const struct switchdev_ops *ops = dev->switchdev_ops; in __switchdev_port_attr_set()
360 const struct switchdev_ops *ops = dev->switchdev_ops; in __switchdev_port_obj_add()
474 const struct switchdev_ops *ops = dev->switchdev_ops; in switchdev_port_obj_del_now()
/Linux-v4.19/include/net/
Dswitchdev.h129 struct switchdev_ops { struct
189 #define SWITCHDEV_SET_OPS(netdev, ops) ((netdev)->switchdev_ops = (ops))
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_port.h123 extern const struct switchdev_ops nfp_port_switchdev_ops;
Dnfp_port.c88 const struct switchdev_ops nfp_port_switchdev_ops = {
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c253 static const struct switchdev_ops bnxt_vf_rep_switchdev_ops = {
Dbnxt.c8490 static const struct switchdev_ops bnxt_switchdev_ops = {
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c906 static const struct switchdev_ops mlx5e_rep_switchdev_ops = {
961 netdev->switchdev_ops = &mlx5e_rep_switchdev_ops; in mlx5e_build_rep_netdev()
Den_main.c4588 static const struct switchdev_ops mlx5e_switchdev_ops = {
4703 netdev->switchdev_ops = &mlx5e_switchdev_ops; in mlx5e_build_nic_netdev()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.c930 static const struct switchdev_ops ethsw_port_switchdev_ops = {
1383 port_netdev->switchdev_ops = &ethsw_port_switchdev_ops; in ethsw_probe_port()
/Linux-v4.19/drivers/net/netdevsim/
Dnetdev.c167 static const struct switchdev_ops nsim_switchdev_ops = {
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_rep.c480 static const struct switchdev_ops lio_vf_rep_switchdev_ops = {
Dlio_main.c3158 static const struct switchdev_ops lio_pf_switchdev_ops = {
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c922 static const struct switchdev_ops mlxsw_sx_port_switchdev_ops = {
1037 dev->switchdev_ops = &mlxsw_sx_port_switchdev_ops; in __mlxsw_sx_port_eth_create()
Dspectrum_switchdev.c1913 static const struct switchdev_ops mlxsw_sp_port_switchdev_ops = {
2459 mlxsw_sp_port->dev->switchdev_ops = &mlxsw_sp_port_switchdev_ops; in mlxsw_sp_port_switchdev_init()
/Linux-v4.19/net/dsa/
Dslave.c1050 static const struct switchdev_ops dsa_slave_switchdev_ops = {
1316 slave_dev->switchdev_ops = &dsa_slave_switchdev_ops; in dsa_slave_create()
/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot.c1323 static const struct switchdev_ops ocelot_port_switchdev_ops = {
1607 dev->switchdev_ops = &ocelot_port_switchdev_ops; in ocelot_probe_port()
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_main.c2145 static const struct switchdev_ops rocker_port_switchdev_ops = {
2605 dev->switchdev_ops = &rocker_port_switchdev_ops; in rocker_probe_port()
/Linux-v4.19/include/linux/
Dnetdevice.h1800 const struct switchdev_ops *switchdev_ops; member