Home
last modified time | relevance | path

Searched refs:tid_tab (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h66 &(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()
H A Dcxgb3_offload.c523 t->tid_tab[tid].client = client; in cxgb3_insert_tid()
524 t->tid_tab[tid].ctx = ctx; in cxgb3_insert_tid()
568 mk_tid_release(skb, p - td->tid_maps.tid_tab); in t3_process_tid_release_list()
590 struct t3c_tid_entry *p = &td->tid_maps.tid_tab[tid]; in cxgb3_queue_tid_release()
616 (void)cmpxchg(&t->tid_tab[tid].ctx, ctx, NULL); in cxgb3_remove_tid()
624 t->tid_tab[tid].ctx = NULL; in cxgb3_remove_tid()
1122 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()
1125 t->tid_tab = kvzalloc(size, GFP_KERNEL); in init_tid_tabs()
1126 if (!t->tid_tab) in init_tid_tabs()
1129 t->stid_tab = (union listen_entry *)&t->tid_tab[ntid in init_tid_tabs()
[all...]
H A Dcxgb3_offload.h155 struct t3c_tid_entry *tid_tab; member
173 * usually in cache due to tid_tab.
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c370 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()
H A Dcxgb4_main.c1747 void **p = &t->tid_tab[tid - t->tid_base]; in cxgb4_queue_tid_release()
1784 mk_tid_release(skb, chan, p - adap->tids.tid_tab); in process_tid_release_list()
1807 if (t->tid_tab[tid - adap->tids.tid_base]) { in cxgb4_remove_tid()
1808 t->tid_tab[tid - adap->tids.tid_base] = NULL; in cxgb4_remove_tid()
1850 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()
1862 t->tid_tab = kvzalloc(size, GFP_KERNEL); in tid_init()
1863 if (!t->tid_tab) in tid_init()
1866 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()
6169 kvfree(adapter->tids.tid_tab); in free_some_resources()