Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/dec/tulip/
Dde4x5.c954 static int test_tp(struct net_device *dev, s32 msec);
2419 TP_SUSPECT, test_tp); in dc21040_autoconf()
2423 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21040_autoconf); in dc21040_autoconf()
2616 next_tick = de4x5_suspect_state(dev, 1000, ANS, test_tp, dc21041_autoconf); in dc21041_autoconf()
2650 next_tick = de4x5_suspect_state(dev, 1000, TP, test_tp, dc21041_autoconf); in dc21041_autoconf()
3365 test_tp(struct net_device *dev, s32 msec) in test_tp() function