HomeSort by: relevance | last modified time | path
    Searched defs:stid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.c 495 cxgb_free_stid(struct toedev *tdev, int stid)
498 union listen_entry *p = stid2entry(t, stid);
625 int stid = -1; local
632 stid = (p - t->stid_tab) + t->stid_base;
639 return stid;
691 unsigned int stid = G_TID(ntohl(p->opcode_tid)); local
694 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
735 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
738 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
1310 mtx_init(&t->stid_lock, "stid", NULL, MTX_DEF)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-state.cc 318 struct state_ident_st *stid = NULL; local
328 stid =
331 memset (stid, 0, sizeof (struct state_ident_st) + namlen);
332 strcpy (stid->stid_name, name);
333 *slot = stid;
335 return stid;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 2101 uint32 stid; member in struct:__anon5647
2121 uint32 stid; member in struct:__anon5648
2129 uint32 stid; member in struct:__anon5649
2138 uint32 stid; member in struct:__anon5650
2169 uint32 stid; member in struct:__anon5652

Completed in 33 milliseconds