Lines Matching refs:tid_info
96 struct tid_info { struct
138 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
143 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid()
148 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid()
161 static inline void cxgb4_insert_tid(struct tid_info *t, void *data, in cxgb4_insert_tid()
179 int cxgb4_alloc_atid(struct tid_info *t, void *data);
180 int cxgb4_alloc_stid(struct tid_info *t, int family, void *data);
181 int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data);
182 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
183 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
184 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid,
319 struct tid_info *tids; /* TID table */