Searched refs:tid_tab (Results 1 – 5 of 5) sorted by relevance
69 &(t->tid_tab[tid]) : NULL; in lookup_tid()86 if ((void *)e->next >= (void *)t->tid_tab && in lookup_stid()105 if ((void *)e->next >= (void *)t->tid_tab && in lookup_atid()
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()1182 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()1185 t->tid_tab = cxgb_alloc_mem(size); in init_tid_tabs()1186 if (!t->tid_tab) in init_tid_tabs()1189 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()[all …]
158 struct t3c_tid_entry *tid_tab; member
93 void **tid_tab; member131 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()155 t->tid_tab[tid] = data; in cxgb4_insert_tid()
1614 void **p = &t->tid_tab[tid]; in cxgb4_queue_tid_release()1652 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list()1671 if (t->tid_tab[tid]) { in cxgb4_remove_tid()1672 t->tid_tab[tid] = NULL; in cxgb4_remove_tid()1699 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()1707 t->tid_tab = t4_alloc_mem(size); in tid_init()1708 if (!t->tid_tab) in tid_init()1711 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()4595 t4_free_mem(adapter->tids.tid_tab); in free_some_resources()