Lines Matching refs:stid
133 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid() argument
136 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
137 stid -= t->sftid_base; in lookup_stid()
138 stid += t->nstids; in lookup_stid()
140 stid -= t->stid_base; in lookup_stid()
143 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
157 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
162 int cxgb4_create_server(const struct net_device *dev, unsigned int stid,
165 int cxgb4_create_server6(const struct net_device *dev, unsigned int stid,
168 int cxgb4_remove_server(const struct net_device *dev, unsigned int stid,
170 int cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid,
174 int cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid,