Searched refs:xdp_set_features_flag (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/net/ |
H A D | xdp.h | 454 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val); 462 xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag() function 479 xdp_set_features_flag(dev, 0); in xdp_clear_features_flag()
|
/openbmc/linux/net/core/ |
H A D | xdp.c | 772 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag() function 783 EXPORT_SYMBOL_GPL(xdp_set_features_flag); 791 xdp_set_features_flag(dev, val); in xdp_features_set_redirect_target() 800 xdp_set_features_flag(dev, val); in xdp_features_clear_redirect_target()
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_ethtool.c | 919 xdp_set_features_flag(netdev, in ena_set_channels()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_ethtool.c | 748 xdp_set_features_flag(dev, NETDEV_XDP_ACT_BASIC); in nicvf_set_channels()
|
/openbmc/linux/drivers/net/ |
H A D | veth.c | 1314 xdp_set_features_flag(dev, val); in veth_set_xdp_features()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 2027 xdp_set_features_flag(priv->dev, xdp_features); in gve_set_netdev_xdp_features()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 1868 xdp_set_features_flag(bond_dev, val); in bond_xdp_set_features()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4081 xdp_set_features_flag(netdev, val); in mlx5e_set_xdp_feature()
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 5028 xdp_set_features_flag(port->dev, in mvpp2_bm_switch_buffers()
|