Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ofld.h40 union aopen_entry { union
42 union aopen_entry *next;
53 union aopen_entry *atid_tab;
59 union aopen_entry *afree;
H A Dcxgbe_main.c370 union aopen_entry *p = t->afree; in cxgbe_alloc_atid()
386 union aopen_entry *p = &t->atid_tab[atid]; in cxgbe_free_atid()
494 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()