Searched refs:stid (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_offload.h95 void cxgb_free_stid(struct toedev *dev, int stid);
214 unsigned int stid)
216 return &t->stid_tab[stid - t->stid_base];
213 stid2entry(const struct tid_info *t, unsigned int stid) argument
H A Dcxgb_offload.c495 cxgb_free_stid(struct toedev *tdev, int stid) argument
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);
734 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); local
737 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
1309 mtx_init(&t->stid_lock, "stid", NUL
[all...]
/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_driverif.c170 * stid Send target request only, else NULL. Pointer to uint32:
181 iscsid_response_t * res, uint32_t * stid)
195 DEB(9, ("Make Connection sess=%p, req=%p, res=%p, stid=%p\n",
196 sess, req, res, stid));
201 if (stid != NULL) {
204 if ((starget = find_send_target_id(*stid)) == NULL) {
464 if (stid == NULL) {
481 *stid = loginp.session_id;
752 * stid The send target ID
764 send_targets(uint32_t stid, uint8_ argument
180 make_connection(session_t * sess, iscsid_login_req_t * req, iscsid_response_t * res, uint32_t * stid) argument
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h205 * stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
209 * c.ctt_name = CTF_TYPE_NAME(stid, offset);
222 #define CTF_TYPE_NAME(stid, offset) \
223 (((stid) << 31) | ((offset) & 0x7fffffff))

Completed in 310 milliseconds