Searched refs:eotid_tab (Results 1 – 2 of 2) sorted by relevance
147 struct eotid_entry *eotid_tab; member216 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()
1857 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()