Searched refs:tid_tab (Results 1 – 3 of 3) sorted by relevance
71 &(t->tid_tab[tid]) : NULL; in lookup_tid()88 if ((void *)e->next >= (void *)t->tid_tab && in lookup_stid()107 if ((void *)e->next >= (void *)t->tid_tab && in lookup_atid()
521 t->tid_tab[tid].client = client; in cxgb3_insert_tid()522 t->tid_tab[tid].ctx = ctx; in cxgb3_insert_tid()558 mk_tid_release(skb, p - td->tid_maps.tid_tab); in t3_process_tid_release_list()570 struct t3c_tid_entry *p = &td->tid_maps.tid_tab[tid]; in cxgb3_queue_tid_release()596 (void)cmpxchg(&t->tid_tab[tid].ctx, ctx, NULL); in cxgb3_remove_tid()604 t->tid_tab[tid].ctx = NULL; in cxgb3_remove_tid()1160 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()1163 t->tid_tab = cxgb_alloc_mem(size); in init_tid_tabs()1164 if (!t->tid_tab) in init_tid_tabs()1167 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()[all …]
146 struct t3c_tid_entry *tid_tab; member