Lines Matching refs:tid_info
92 struct tid_info { struct
129 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
134 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid()
139 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid()
152 static inline void cxgb4_insert_tid(struct tid_info *t, void *data, in cxgb4_insert_tid()
162 int cxgb4_alloc_atid(struct tid_info *t, void *data);
163 int cxgb4_alloc_stid(struct tid_info *t, int family, void *data);
164 int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data);
165 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
166 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
167 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid);
241 struct tid_info *tids; /* TID table */