Lines Matching refs:tid_tab
540 t->tid_tab[tid].client = client; in cxgb3_insert_tid()
541 t->tid_tab[tid].ctx = ctx; in cxgb3_insert_tid()
585 mk_tid_release(skb, p - td->tid_maps.tid_tab); in t3_process_tid_release_list()
607 struct t3c_tid_entry *p = &td->tid_maps.tid_tab[tid]; in cxgb3_queue_tid_release()
633 (void)cmpxchg(&t->tid_tab[tid].ctx, ctx, NULL); in cxgb3_remove_tid()
641 t->tid_tab[tid].ctx = NULL; in cxgb3_remove_tid()
1185 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()
1188 t->tid_tab = cxgb_alloc_mem(size); in init_tid_tabs()
1189 if (!t->tid_tab) in init_tid_tabs()
1192 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()
1224 cxgb_free_mem(t->tid_tab); in free_tid_maps()