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.c783 sc->isr_test_flag = true; in mgb_admin_intr()
940 sc->isr_test_flag = false; in mgb_intr_test()
946 if (sc->isr_test_flag) in mgb_intr_test()
950 if (sc->isr_test_flag) in mgb_intr_test()
955 return (sc->isr_test_flag); in mgb_intr_test()
H A Dif_mgb.h309 bool isr_test_flag; member