Searched refs:xdp_set_features_flag (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/include/net/ |
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()
|
/Linux-v6.6/net/core/ |
D | xdp.c | 776 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag() function 787 EXPORT_SYMBOL_GPL(xdp_set_features_flag); 795 xdp_set_features_flag(dev, val); in xdp_features_set_redirect_target() 804 xdp_set_features_flag(dev, val); in xdp_features_clear_redirect_target()
|
/Linux-v6.6/drivers/net/ethernet/amazon/ena/ |
D | ena_ethtool.c | 918 xdp_set_features_flag(netdev, in ena_set_channels()
|
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 748 xdp_set_features_flag(dev, NETDEV_XDP_ACT_BASIC); in nicvf_set_channels()
|
/Linux-v6.6/drivers/net/ |
D | veth.c | 1339 xdp_set_features_flag(dev, val); in veth_set_xdp_features()
|
/Linux-v6.6/drivers/net/bonding/ |
D | bond_main.c | 1816 xdp_set_features_flag(bond_dev, val); in bond_xdp_set_features()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 4067 xdp_set_features_flag(netdev, val); in mlx5e_set_xdp_feature()
|
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 5000 xdp_set_features_flag(port->dev, in mvpp2_bm_switch_buffers()
|