Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx.c8077 int enint_coal; in ahd_stat_timer() local
8080 enint_coal = ahd->hs_mailbox & ENINT_COALESCE; in ahd_stat_timer()
8082 enint_coal |= ENINT_COALESCE; in ahd_stat_timer()
8084 enint_coal &= ~ENINT_COALESCE; in ahd_stat_timer()
8086 if (enint_coal != (ahd->hs_mailbox & ENINT_COALESCE)) { in ahd_stat_timer()
8087 ahd_enable_coalescing(ahd, enint_coal); in ahd_stat_timer()
8093 (enint_coal & ENINT_COALESCE) ? "en" : "dis", in ahd_stat_timer()