Searched refs:active_open_entry (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h147 union active_open_entry { union
149 union active_open_entry *next;
166 union active_open_entry *atid_tab;
179 union active_open_entry *afree;
H A Dcxgb3_defs.h50 static inline union active_open_entry *atid2entry(const struct tid_info *t,
99 union active_open_entry *e;
H A Dcxgb3_offload.c500 union active_open_entry *p = atid2entry(t, atid);
656 union active_open_entry *p = t->afree;
1211 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids];

Completed in 94 milliseconds