Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h50 void **tid_tab; member
74 return tid < t->ntids ? t->tid_tab[tid] : NULL; in lookup_tid()
H A Dcxgbe_main.c418 if (t->tid_tab[tid]) { in cxgbe_remove_tid()
419 t->tid_tab[tid] = NULL; in cxgbe_remove_tid()
445 t->tid_tab[tid] = data; in cxgbe_insert_tid()
462 if (t->tid_tab) { in tid_free()
469 t4_os_free(t->tid_tab); in tid_free()
486 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()
490 t->tid_tab = t4_os_alloc(size); in tid_init()
491 if (!t->tid_tab) in tid_init()
494 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()
H A Dcxgbe_flow.c1423 if (is_hashfilter(adap) && adap->tids.tid_tab) { in cxgbe_flow_flush()
1427 f = (struct filter_entry *)adap->tids.tid_tab[i]; in cxgbe_flow_flush()
H A Dcxgbe_filter.c1317 f = adapter->tids.tid_tab[fidx]; in cxgbe_get_filter_count()
1406 f = adapter->tids.tid_tab[fidx]; in cxgbe_clear_filter_count()