Lines Matching refs:stid
182 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid() argument
185 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
186 stid -= t->sftid_base; in lookup_stid()
187 stid += t->nstids; in lookup_stid()
189 stid -= t->stid_base; in lookup_stid()
192 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
248 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
253 int cxgb4_create_server(const struct net_device *dev, unsigned int stid,
256 int cxgb4_create_server6(const struct net_device *dev, unsigned int stid,
259 int cxgb4_remove_server(const struct net_device *dev, unsigned int stid,
261 int cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid,
265 int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid,