rmixl_fmn.c | 665 rmixl_fmn_intr_establish(int txstid, int (*func)(void *, rmixl_fmn_rxmsg_t *), void *arg) 674 ih = &fmnp->fmn_intrhand[txstid]; 678 panic("%s: intrhand[%d] busy", __func__, txstid); 742 int txstid; local in function:rmixl_fmn_intr_dispatch 762 txstid = fmnp->fmn_stidtab[rxmsg.rxsid]; 763 ih = &fmnp->fmn_intrhand[txstid];
|