Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.c784 sc->isr_test_flag = true; in mgb_admin_intr()
941 sc->isr_test_flag = false; in mgb_intr_test()
947 if (sc->isr_test_flag) in mgb_intr_test()
951 if (sc->isr_test_flag) in mgb_intr_test()
956 return (sc->isr_test_flag); in mgb_intr_test()
H A Dif_mgb.h309 bool isr_test_flag; member