Home
last modified time | relevance | path

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

/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.c417 if (t->tid_tab[tid]) { in cxgbe_remove_tid()
418 t->tid_tab[tid] = NULL; in cxgbe_remove_tid()
446 t->tid_tab[tid] = data; in cxgbe_insert_tid()
465 if (t->tid_tab) { in tid_free()
471 t4_os_free(t->tid_tab); in tid_free()
488 size = t->ntids * sizeof(*t->tid_tab) + in tid_init()
492 t->tid_tab = t4_os_alloc(size); in tid_init()
493 if (!t->tid_tab) in tid_init()
496 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()
H A Dcxgbe_flow.c1418 if (is_hashfilter(adap) && adap->tids.tid_tab) { in cxgbe_flow_flush()
1422 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()