Lines Matching defs:ndev
54 static struct sk_buff *net_test_get_skb(struct net_device *ndev, in net_test_get_skb()
180 struct net_device *ndev, in net_test_loopback_validate()
249 static int __net_test_loopback(struct net_device *ndev, in __net_test_loopback()
296 static int net_test_netif_carrier(struct net_device *ndev) in net_test_netif_carrier()
301 static int net_test_phy_phydev(struct net_device *ndev) in net_test_phy_phydev()
306 static int net_test_phy_loopback_enable(struct net_device *ndev) in net_test_phy_loopback_enable()
314 static int net_test_phy_loopback_disable(struct net_device *ndev) in net_test_phy_loopback_disable()
322 static int net_test_phy_loopback_udp(struct net_device *ndev) in net_test_phy_loopback_udp()
330 static int net_test_phy_loopback_udp_mtu(struct net_device *ndev) in net_test_phy_loopback_udp_mtu()
339 static int net_test_phy_loopback_tcp(struct net_device *ndev) in net_test_phy_loopback_tcp()
378 void net_selftest(struct net_device *ndev, struct ethtool_test *etest, u64 *buf) in net_selftest()