Searched refs:__libeth_xdp_set_features (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/intel/libeth/ |
H A D | xdp.c | 390 void __libeth_xdp_set_features(struct net_device *dev, in __libeth_xdp_set_features() function 409 EXPORT_SYMBOL_GPL(__libeth_xdp_set_features);
|
/linux/include/net/libeth/ |
H A D | xdp.h | 1830 void __libeth_xdp_set_features(struct net_device *dev, 1850 __libeth_xdp_set_features(dev, NULL, 0, NULL) 1852 __libeth_xdp_set_features(dev, xmo, 0, NULL) 1854 __libeth_xdp_set_features(dev, xmo, zc_segs, NULL) 1856 __libeth_xdp_set_features(dev, xmo, zc_segs, tmo)
|