Home
last modified time | relevance | path

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

/linux-4.4.14/net/switchdev/
Dswitchdev.c186 const struct switchdev_ops *ops = dev->switchdev_ops; in switchdev_port_attr_get()
224 const struct switchdev_ops *ops = dev->switchdev_ops; in __switchdev_port_attr_set()
359 const struct switchdev_ops *ops = dev->switchdev_ops; in __switchdev_port_obj_add()
471 const struct switchdev_ops *ops = dev->switchdev_ops; in switchdev_port_obj_del_now()
545 const struct switchdev_ops *ops = dev->switchdev_ops; in switchdev_port_obj_dump()
1095 const struct switchdev_ops *ops = dev->switchdev_ops; in switchdev_get_lowest_dev()
/linux-4.4.14/include/net/
Dswitchdev.h132 struct switchdev_ops { struct
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c741 static const struct switchdev_ops mlxsw_sp_port_switchdev_ops = {
906 mlxsw_sp_port->dev->switchdev_ops = &mlxsw_sp_port_switchdev_ops; in mlxsw_sp_port_switchdev_init()
Dswitchx2.c880 static const struct switchdev_ops mlxsw_sx_port_switchdev_ops = {
978 dev->switchdev_ops = &mlxsw_sx_port_switchdev_ops; in mlxsw_sx_port_create()
/linux-4.4.14/net/dsa/
Dslave.c941 static const struct switchdev_ops dsa_slave_switchdev_ops = {
1147 slave_dev->switchdev_ops = &dsa_slave_switchdev_ops; in dsa_slave_create()
/linux-4.4.14/include/linux/
Dnetdevice.h1600 const struct switchdev_ops *switchdev_ops; member
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c4639 static const struct switchdev_ops rocker_port_switchdev_ops = {
5007 dev->switchdev_ops = &rocker_port_switchdev_ops; in rocker_probe_port()