Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/hpc/
H A Dif_sq.c110 static int sq_intr(void *);
287 if ((cpu_intr_establish(haa->ha_irq, IPL_NET, sq_intr, sc)) == NULL) { in sq_attach()
888 sq_intr(void *arg) in sq_intr() function