Lines Matching refs:msec
929 …t_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 msec);
930 static int test_for_100Mb(struct net_device *dev, int msec);
932 static int test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec);
937 static int ping_media(struct net_device *dev, int msec);
951 static int test_ans(struct net_device *dev, s32 irqs, s32 irq_mask, s32 msec);
952 static int test_tp(struct net_device *dev, s32 msec);
3320 …st_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 msec) in test_media() argument
3327 lp->timeout = msec/100; in test_media()
3358 test_tp(struct net_device *dev, s32 msec) in test_tp() argument
3365 lp->timeout = msec/100; in test_tp()
3387 test_for_100Mb(struct net_device *dev, int msec) in test_for_100Mb() argument
3393 if ((msec/SAMPLE_INTERVAL) <= 0) return 0; in test_for_100Mb()
3394 if (msec > SAMPLE_DELAY) { in test_for_100Mb()
3395 lp->timeout = (msec - SAMPLE_DELAY)/SAMPLE_INTERVAL; in test_for_100Mb()
3399 lp->timeout = msec/SAMPLE_INTERVAL; in test_for_100Mb()
3440 test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec) in test_mii_reg() argument
3447 lp->timeout = msec/100; in test_mii_reg()
3550 ping_media(struct net_device *dev, int msec) in ping_media() argument
3557 lp->timeout = msec/100; in ping_media()
3781 test_ans(struct net_device *dev, s32 irqs, s32 irq_mask, s32 msec) in test_ans() argument
3788 lp->timeout = msec/100; in test_ans()