Lines Matching defs:test
315 * MIM. It would generate interconnect test frames and will send them on all 3
316 * ports. But will also check if it stop receiving interconnect test frames.
651 /* Start to generate or monitor MRP test frames, the frames are generated by
656 struct br_mrp_start_test *test)
658 struct br_mrp *mrp = br_mrp_find_id(br, test->ring_id);
666 if (!br_mrp_switchdev_send_ring_test(br, mrp, test->interval,
667 test->max_miss, test->period,
668 test->monitor))
671 mrp->test_interval = test->interval;
672 mrp->test_end = jiffies + usecs_to_jiffies(test->period);
673 mrp->test_max_miss = test->max_miss;
674 mrp->test_monitor = test->monitor;
677 usecs_to_jiffies(test->interval));
884 /* Determin if the test hdr has a better priority than the node */