Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_uld.h147 struct eotid_entry *eotid_tab; member
216 return eotid < t->neotids ? &t->eotid_tab[eotid] : NULL; in cxgb4_lookup_eotid()
233 t->eotid_tab[eotid].data = data; in cxgb4_alloc_eotid()
240 t->eotid_tab[eotid].data = NULL; in cxgb4_free_eotid()
A Dcxgb4_main.c1857 t->neotids * sizeof(*t->eotid_tab) + in tid_init()
1871 t->eotid_tab = (struct eotid_entry *)&t->ftid_bmap[ftid_bmap_size]; in tid_init()
1872 t->eotid_bmap = (unsigned long *)&t->eotid_tab[t->neotids]; in tid_init()

Completed in 17 milliseconds