Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_uld.h92 union aopen_entry { union
94 union aopen_entry *next;
118 union aopen_entry *atid_tab;
138 union aopen_entry *afree;
A Dcxgb4_main.c1600 union aopen_entry *p = t->afree; in cxgb4_alloc_atid()
1617 union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; in cxgb4_free_atid()
1864 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init()

Completed in 16 milliseconds