Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c952 static int test_tp(struct net_device *dev, s32 msec);
2418 TP_SUSPECT, test_tp); in dc21040_autoconf()
2422 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21040_autoconf); in dc21040_autoconf()
2615 next_tick = de4x5_suspect_state(dev, 1000, ANS, test_tp, dc21041_autoconf); in dc21041_autoconf()
2649 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21041_autoconf); in dc21041_autoconf()
3364 test_tp(struct net_device *dev, s32 msec) in test_tp() function