HomeSort by: relevance | last modified time | path
    Searched refs:tid_tab (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 153 struct toe_tid_entry *tid_tab; member in struct:tid_info
171 * usually in cache due to tid_tab.
225 return tid < t->ntids ? &(t->tid_tab[tid]) : NULL;
cxgb_offload.c 513 t->tid_tab[tid].client = client;
514 t->tid_tab[tid].ctx = ctx;
546 mk_tid_release(m, p - td->tid_maps.tid_tab);
559 struct toe_tid_entry *p = &td->tid_maps.tid_tab[tid];
585 atomic_cmpset_ptr((uintptr_t *)&t->tid_tab[tid].ctx, (long)NULL, (long)ctx);
593 t->tid_tab[tid].ctx = NULL;
1292 unsigned long size = ntids * sizeof(*t->tid_tab) +
1295 t->tid_tab = cxgb_alloc_mem(size);
1296 if (!t->tid_tab)
1299 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]
    [all...]

Completed in 12 milliseconds