Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h83 union aopen_entry { union
85 union aopen_entry *next;
102 union aopen_entry *atid_tab;
116 union aopen_entry *afree;
Dcxgb4_main.c1472 union aopen_entry *p = t->afree; in cxgb4_alloc_atid()
1489 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()
1711 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()