Home
last modified time | relevance | path

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

/drivers/net/cxgb3/
Dcxgb3_defs.h71 &(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()
Dcxgb3_offload.c521 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 …]
Dcxgb3_offload.h146 struct t3c_tid_entry *tid_tab; member