Home
last modified time | relevance | path

Searched refs:SWITCHDEV_SET_OPS (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/net/
Dswitchdev.h189 #define SWITCHDEV_SET_OPS(netdev, ops) ((netdev)->switchdev_ops = (ops)) macro
243 #define SWITCHDEV_SET_OPS(netdev, ops) do {} while (0) macro
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c330 SWITCHDEV_SET_OPS(netdev, &nfp_port_switchdev_ops); in nfp_repr_init()
Dnfp_net_common.c3796 SWITCHDEV_SET_OPS(netdev, &nfp_port_switchdev_ops); in nfp_net_netdev_init()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c397 SWITCHDEV_SET_OPS(dev, &bnxt_vf_rep_switchdev_ops); in bnxt_vf_rep_netdev_init()
Dbnxt.c8871 SWITCHDEV_SET_OPS(dev, &bnxt_switchdev_ops); in bnxt_init_one()
/Linux-v4.19/drivers/net/netdevsim/
Dnetdev.c217 SWITCHDEV_SET_OPS(dev, &nsim_switchdev_ops); in nsim_init()
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_rep.c540 SWITCHDEV_SET_OPS(ndev, &lio_vf_rep_switchdev_ops); in lio_vf_rep_create()
Dlio_main.c3485 SWITCHDEV_SET_OPS(netdev, &lio_pf_switchdev_ops); in setup_nic_devices()