/src/sys/dev/pci/cxgb/ |
cxgb_offload.h | 95 void cxgb_free_stid(struct toedev *dev, int stid); 204 * Map an ATID or STID to their entries in the corresponding TID tables. 214 unsigned int stid) 216 return &t->stid_tab[stid - t->stid_base];
|
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 in function:cxgb_alloc_stid 632 stid = (p - t->stid_tab) + t->stid_base; 639 return stid; 691 unsigned int stid = G_TID(ntohl(p->opcode_tid)); local in function:do_stid_rpl 694 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid); 735 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local in function:do_cr 738 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid); 1310 mtx_init(&t->stid_lock, "stid", NULL, MTX_DEF) [all...] |
/src/sbin/iscsid/ |
iscsid_driverif.c | 171 * stid Send target request only, else NULL. Pointer to uint32: 182 iscsid_response_t * res, uint32_t * stid) 196 DEB(9, ("Make Connection sess=%p, req=%p, res=%p, stid=%p", 197 sess, req, res, stid)); 201 if (stid != NULL) { 204 if ((starget = find_send_target_id(*stid)) == NULL) { 468 if (stid == NULL) { 485 *stid = loginp.session_id; 761 * stid The send target ID 773 send_targets(uint32_t stid, uint8_t **response_buffer, uint32_t *response_size [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
svga3d_cmd.h | 2101 uint32 stid; member in struct:__anon411ade0f5308 2121 uint32 stid; member in struct:__anon411ade0f5408 2129 uint32 stid; member in struct:__anon411ade0f5508 2138 uint32 stid; member in struct:__anon411ade0f5608 2169 uint32 stid; member in struct:__anon411ade0f5808
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_stdu.c | 185 cmd->body.stid = stdu->base.unit; 188 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; 244 cmd->body.stid = stdu->base.unit; 271 update->body.stid = unit; 344 cmd->body.stid = stdu->base.unit;
|