Searched refs:xdp_set_features_flag (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/net/
H A Dveth.c1253 xdp_set_features_flag(dev, val);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c2735 xdp_set_features_flag(ndev, NETDEV_XDP_ACT_BASIC |
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4251 xdp_set_features_flag(netdev, val);
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5038 xdp_set_features_flag(port->dev,
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c925 xdp_set_features_flag(netdev,
/linux-master/drivers/net/bonding/
H A Dbond_main.c1824 xdp_set_features_flag(bond_dev, val);
/linux-master/net/core/
H A Dxdp.c808 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val) function
819 EXPORT_SYMBOL_GPL(xdp_set_features_flag); variable
827 xdp_set_features_flag(dev, val);
836 xdp_set_features_flag(dev, val);
/linux-master/include/net/
H A Dxdp.h479 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val);
487 xdp_set_features_flag(struct net_device *dev, xdp_features_t val) function
504 xdp_set_features_flag(dev, 0);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c749 xdp_set_features_flag(dev, NETDEV_XDP_ACT_BASIC);

Completed in 382 milliseconds