Home | History | Annotate | Download | only in cxgb

Lines Matching defs:stid

495 cxgb_free_stid(struct toedev *tdev, int stid)
498 union listen_entry *p = stid2entry(t, stid);
625 int stid = -1;
632 stid = (p - t->stid_tab) + t->stid_base;
639 return stid;
691 unsigned int stid = G_TID(ntohl(p->opcode_tid));
694 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
735 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid));
738 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
1310 mtx_init(&t->stid_lock, "stid", NULL, MTX_DEF);
1570 "STID range: %d..%d, in use: %u\n"