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()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()[all …]
158 struct t3c_tid_entry *tid_tab; member
91 void **tid_tab; member124 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()148 t->tid_tab[tid] = data; in cxgb4_insert_tid()
3384 void **p = &t->tid_tab[tid]; in cxgb4_queue_tid_release()3422 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list()3440 old = t->tid_tab[tid]; in cxgb4_remove_tid()3443 t->tid_tab[tid] = NULL; in cxgb4_remove_tid()3464 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()3472 t->tid_tab = t4_alloc_mem(size); in tid_init()3473 if (!t->tid_tab) in tid_init()3476 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()6519 t4_free_mem(adapter->tids.tid_tab); in free_some_resources()