Lines Matching defs:ndev
54 static struct sk_buff *net_test_get_skb(struct net_device *ndev, in net_test_get_skb()
171 struct net_device *ndev, in net_test_loopback_validate()
240 static int __net_test_loopback(struct net_device *ndev, in __net_test_loopback()
287 static int net_test_netif_carrier(struct net_device *ndev) in net_test_netif_carrier()
292 static int net_test_phy_phydev(struct net_device *ndev) in net_test_phy_phydev()
297 static int net_test_phy_loopback_enable(struct net_device *ndev) in net_test_phy_loopback_enable()
305 static int net_test_phy_loopback_disable(struct net_device *ndev) in net_test_phy_loopback_disable()
313 static int net_test_phy_loopback_udp(struct net_device *ndev) in net_test_phy_loopback_udp()
321 static int net_test_phy_loopback_udp_mtu(struct net_device *ndev) in net_test_phy_loopback_udp_mtu()
330 static int net_test_phy_loopback_tcp(struct net_device *ndev) in net_test_phy_loopback_tcp()
369 void net_selftest(struct net_device *ndev, struct ethtool_test *etest, u64 *buf) in net_selftest()