Home
last modified time | relevance | path

Searched refs:xdp_set_features_flag (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/net/
H A Dxdp.h618 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val);
626 xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag() function
643 xdp_set_features_flag(dev, 0); in xdp_clear_features_flag()
/linux-6.15/net/core/
H A Dxdp.c994 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag() function
1005 EXPORT_SYMBOL_GPL(xdp_set_features_flag);
1013 xdp_set_features_flag(dev, val); in xdp_features_set_redirect_target()
1022 xdp_set_features_flag(dev, val); in xdp_features_clear_redirect_target()
/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c1036 xdp_set_features_flag(netdev, in ena_set_channels()
/linux-6.15/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c749 xdp_set_features_flag(dev, NETDEV_XDP_ACT_BASIC); in nicvf_set_channels()
/linux-6.15/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1294 xdp_set_features_flag(ndev, in prueth_netdev_init()
/linux-6.15/drivers/net/
H A Dveth.c1253 xdp_set_features_flag(dev, val); in veth_set_xdp_features()
/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_main.c2188 xdp_set_features_flag(priv->dev, xdp_features); in gve_set_netdev_xdp_features()
/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c2906 xdp_set_features_flag(ndev, NETDEV_XDP_ACT_BASIC | in mana_probe_port()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1946 xdp_set_features_flag(bond_dev, val); in bond_xdp_set_features()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4288 xdp_set_features_flag(netdev, val); in mlx5e_set_xdp_feature()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5032 xdp_set_features_flag(port->dev, in mvpp2_bm_switch_buffers()