Lines Matching refs:tid_base
487 MPASS(tid >= sc->tids.tid_base); in send_get_tcb()
488 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in send_get_tcb()
541 MPASS(tid >= sc->tids.tid_base); in add_tid_to_history()
542 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in add_tid_to_history()
592 MPASS(tid >= sc->tids.tid_base); in lookup_tcb_histent()
593 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in lookup_tcb_histent()
789 MPASS(tid >= sc->tids.tid_base); in read_tcb_using_memwin()
790 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in read_tcb_using_memwin()
1028 MPASS(tid >= t->tid_base); in insert_tid()
1029 MPASS(tid - t->tid_base < t->ntids); in insert_tid()
1031 t->tid_tab[tid - t->tid_base] = ctx; in insert_tid()
1040 return (t->tid_tab[tid - t->tid_base]); in lookup_tid()
1048 t->tid_tab[tid - t->tid_base] = ctx; in update_tid()
1056 t->tid_tab[tid - t->tid_base] = NULL; in remove_tid()