Searched refs:switchdev_ops (Results 1 – 18 of 18) sorted by relevance
185 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()
129 struct switchdev_ops { struct189 #define SWITCHDEV_SET_OPS(netdev, ops) ((netdev)->switchdev_ops = (ops))
123 extern const struct switchdev_ops nfp_port_switchdev_ops;
88 const struct switchdev_ops nfp_port_switchdev_ops = {
253 static const struct switchdev_ops bnxt_vf_rep_switchdev_ops = {
8490 static const struct switchdev_ops bnxt_switchdev_ops = {
906 static const struct switchdev_ops mlx5e_rep_switchdev_ops = {961 netdev->switchdev_ops = &mlx5e_rep_switchdev_ops; in mlx5e_build_rep_netdev()
4588 static const struct switchdev_ops mlx5e_switchdev_ops = {4703 netdev->switchdev_ops = &mlx5e_switchdev_ops; in mlx5e_build_nic_netdev()
930 static const struct switchdev_ops ethsw_port_switchdev_ops = {1383 port_netdev->switchdev_ops = ðsw_port_switchdev_ops; in ethsw_probe_port()
167 static const struct switchdev_ops nsim_switchdev_ops = {
480 static const struct switchdev_ops lio_vf_rep_switchdev_ops = {
3158 static const struct switchdev_ops lio_pf_switchdev_ops = {
922 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()
1913 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()
1050 static const struct switchdev_ops dsa_slave_switchdev_ops = {1316 slave_dev->switchdev_ops = &dsa_slave_switchdev_ops; in dsa_slave_create()
1323 static const struct switchdev_ops ocelot_port_switchdev_ops = {1607 dev->switchdev_ops = &ocelot_port_switchdev_ops; in ocelot_probe_port()
2145 static const struct switchdev_ops rocker_port_switchdev_ops = {2605 dev->switchdev_ops = &rocker_port_switchdev_ops; in rocker_probe_port()
1800 const struct switchdev_ops *switchdev_ops; member