Lines Matching refs:stid
139 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid() argument
142 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
143 stid -= t->sftid_base; in lookup_stid()
144 stid += t->nstids; in lookup_stid()
146 stid -= t->stid_base; in lookup_stid()
149 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
166 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
171 int cxgb4_create_server(const struct net_device *dev, unsigned int stid,
174 int cxgb4_create_server6(const struct net_device *dev, unsigned int stid,
177 int cxgb4_remove_server(const struct net_device *dev, unsigned int stid,
179 int cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid,
183 int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid,