HomeSort by: relevance | last modified time | path
    Searched defs:txstid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/rmi/
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];
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];

Completed in 23 milliseconds