Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c546 ioat->intrdelay_supported = (ioat_read_2(ioat, IOAT_INTRDELAY_OFFSET) & in ioat3_attach()
548 if (ioat->intrdelay_supported) in ioat3_attach()
1065 if (!ioat->intrdelay_supported) in ioat_set_interrupt_coalesce()
1948 &ioat->intrdelay_supported, 0, "Is INTRDELAY supported"); in ioat_setup_sysctl()
2087 db_printf(" intrdelay_supported: %d\n", (int)sc->intrdelay_supported); in DB_SHOW_COMMAND()
H A Dioat_internal.h473 boolean_t intrdelay_supported; member