Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.c513 t->tid_tab[tid].client = client; in cxgb_insert_tid()
514 t->tid_tab[tid].ctx = ctx; in cxgb_insert_tid()
546 mk_tid_release(m, p - td->tid_maps.tid_tab); in t3_process_tid_release_list()
559 struct toe_tid_entry *p = &td->tid_maps.tid_tab[tid]; in cxgb_queue_tid_release()
585 atomic_cmpset_ptr((uintptr_t *)&t->tid_tab[tid].ctx, (long)NULL, (long)ctx); in cxgb_remove_tid()
593 t->tid_tab[tid].ctx = NULL; in cxgb_remove_tid()
1292 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()
1295 t->tid_tab = cxgb_alloc_mem(size); in init_tid_tabs()
1296 if (!t->tid_tab) in init_tid_tabs()
1299 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()
[all …]
H A Dcxgb_offload.h153 struct toe_tid_entry *tid_tab; member
225 return tid < t->ntids ? &(t->tid_tab[tid]) : NULL; in lookup_tid()