Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h87 union aopen_entry { union
89 union aopen_entry *next;
106 union aopen_entry *atid_tab;
121 union aopen_entry *afree;
Dcxgb4_main.c1092 union aopen_entry *p = t->afree; in cxgb4_alloc_atid()
1109 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()
1348 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()