Searched refs:si_intr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/si/
H A Dsivar.h25 void si_intr(void *);
H A Dsi_eisa.c105 NULL, si_intr, sc,&ih);
H A Dsi_pci.c102 NULL, si_intr, sc, &ih);
H A Dsi_isa.c295 NULL, si_intr, sc, &ih);
H A Dsi.c1095 si_intr(NULL); /* call intr with fake vector */
1111 si_intr(void *arg) function
1126 DPRINT((0, arg == NULL ? DBG_POLL:DBG_INTR, "si_intr\n"));
1196 "si_intr hi_stat = %s, pend = %s\n",
1240 DPRINT((pp, DBG_INTR, "si_intr break\n"));
1353 DPRINT((0, arg == NULL ? DBG_POLL:DBG_INTR, "end si_intr\n"));

Completed in 101 milliseconds