Searched refs:tid_tab (Results 1 – 6 of 6) sorted by relevance
66 &(t->tid_tab[tid]) : NULL; in lookup_tid()83 if ((void *)e->next >= (void *)t->tid_tab && in lookup_stid()102 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()1161 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()1164 t->tid_tab = kvzalloc(size, GFP_KERNEL); in init_tid_tabs()1165 if (!t->tid_tab) in init_tid_tabs()1168 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()[all …]
158 struct t3c_tid_entry *tid_tab; member
106 void **tid_tab; member169 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()198 t->tid_tab[tid - t->tid_base] = data; in cxgb4_insert_tid()
370 f = adapter->tids.tid_tab[fidx - adapter->tids.tid_base]; in get_filter_count()1032 if (is_hashfilter(adapter) && adapter->tids.tid_tab) { in clear_all_filters()1039 adapter->tids.tid_tab[i]; in clear_all_filters()1047 f = (struct filter_entry *)adapter->tids.tid_tab[i]; in clear_all_filters()
1748 void **p = &t->tid_tab[tid - t->tid_base]; in cxgb4_queue_tid_release()1785 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list()1805 if (t->tid_tab[tid - adap->tids.tid_base]) { in cxgb4_remove_tid()1806 t->tid_tab[tid - adap->tids.tid_base] = NULL; in cxgb4_remove_tid()1848 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()1860 t->tid_tab = kvzalloc(size, GFP_KERNEL); in tid_init()1861 if (!t->tid_tab) in tid_init()1864 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()6184 kvfree(adapter->tids.tid_tab); in free_some_resources()