Home
last modified time | relevance | path

Searched refs:switchdev_port_attr_get (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/switchdev/
Dswitchdev.c184 int switchdev_port_attr_get(struct net_device *dev, struct switchdev_attr *attr) in switchdev_port_attr_get() function
194 if (ops && ops->switchdev_port_attr_get) in switchdev_port_attr_get()
195 return ops->switchdev_port_attr_get(dev, attr); in switchdev_port_attr_get()
207 err = switchdev_port_attr_get(lower_dev, attr); in switchdev_port_attr_get()
218 EXPORT_SYMBOL_GPL(switchdev_port_attr_get);
767 err = switchdev_port_attr_get(dev, &attr); in switchdev_port_bridge_getlink()
787 err = switchdev_port_attr_get(dev, &attr); in switchdev_port_br_setflag()
1104 if (ops && ops->switchdev_port_attr_get) in switchdev_get_lowest_dev()
1139 if (switchdev_port_attr_get(dev, &attr)) in switchdev_get_dev_by_nhs()
1280 if (switchdev_port_attr_get(a, &a_attr) || in switchdev_port_same_parent_id()
[all …]
/linux-4.4.14/include/net/
Dswitchdev.h133 int (*switchdev_port_attr_get)(struct net_device *dev, member
172 int switchdev_port_attr_get(struct net_device *dev,
217 static inline int switchdev_port_attr_get(struct net_device *dev, in switchdev_port_attr_get() function
/linux-4.4.14/Documentation/networking/
Dswitchdev.txt117 The switchdev driver must implement the switchdev op switchdev_port_attr_get
236 switchdev op switchdev_port_attr_get/set for
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c742 .switchdev_port_attr_get = mlxsw_sp_port_attr_get,
Dswitchx2.c881 .switchdev_port_attr_get = mlxsw_sx_port_attr_get,
/linux-4.4.14/net/dsa/
Dslave.c942 .switchdev_port_attr_get = dsa_slave_port_attr_get,
/linux-4.4.14/net/core/
Dnet-sysfs.c478 ret = switchdev_port_attr_get(netdev, &attr); in phys_switch_id_show()
Drtnetlink.c1035 err = switchdev_port_attr_get(dev, &attr); in rtnl_phys_switch_id_fill()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c4640 .switchdev_port_attr_get = rocker_port_attr_get,