Searched refs:ch_si (Results 1 - 3 of 3) sorted by relevance

/src/sys/arch/mips/sibyte/dev/
H A Dsbscnvar.h100 void *ch_si; /* softintr cookie */ member in struct:sbscn_channel
H A Dsbscn.c388 ch->ch_si = softint_establish(SOFTINT_SERIAL, sbscn_soft, ch);
827 softint_schedule(ch->ch_si);
1668 softint_schedule(ch->ch_si);
/src/sys/arch/evbppc/wii/dev/
H A Dsi.c115 void *ch_si; member in struct:si_channel
189 ch->ch_si = softint_establish(SOFTINT_SERIAL,
191 KASSERT(ch->ch_si != NULL);
330 softint_schedule(ch->ch_si);

Completed in 7 milliseconds