Home
last modified time | relevance | path

Searched refs:swdev_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/switchdev/
Dswitchdev.c32 const struct swdev_ops *ops = dev->swdev_ops; in netdev_switch_parent_id_get()
50 const struct swdev_ops *ops = dev->swdev_ops; in netdev_switch_port_stp_update()
243 const struct swdev_ops *ops = dev->swdev_ops; in netdev_switch_get_lowest_dev()
317 const struct swdev_ops *ops; in netdev_switch_fib_ipv4_add()
335 ops = dev->swdev_ops; in netdev_switch_fib_ipv4_add()
365 const struct swdev_ops *ops; in netdev_switch_fib_ipv4_del()
374 ops = dev->swdev_ops; in netdev_switch_fib_ipv4_del()
/linux-4.1.27/include/net/
Dswitchdev.h33 struct swdev_ops { struct
/linux-4.1.27/net/dsa/
Dslave.c678 static const struct swdev_ops dsa_slave_swdev_ops = {
863 slave_dev->swdev_ops = &dsa_slave_swdev_ops; in dsa_slave_create()
/linux-4.1.27/include/linux/
Dnetdevice.h1567 const struct swdev_ops *swdev_ops; member
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c4271 static const struct swdev_ops rocker_port_swdev_ops = {
4631 dev->swdev_ops = &rocker_port_swdev_ops; in rocker_probe_port()