Lines Matching refs:tid_info
91 struct tid_info { struct
123 static inline void *lookup_tid(const struct tid_info *t, unsigned int tid) in lookup_tid() argument
128 static inline void *lookup_atid(const struct tid_info *t, unsigned int atid) in lookup_atid()
133 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid()
146 static inline void cxgb4_insert_tid(struct tid_info *t, void *data, in cxgb4_insert_tid()
153 int cxgb4_alloc_atid(struct tid_info *t, void *data);
154 int cxgb4_alloc_stid(struct tid_info *t, int family, void *data);
155 int cxgb4_alloc_sftid(struct tid_info *t, int family, void *data);
156 void cxgb4_free_atid(struct tid_info *t, unsigned int atid);
157 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
158 void cxgb4_remove_tid(struct tid_info *t, unsigned int qid, unsigned int tid);
232 struct tid_info *tids; /* TID table */