Home
last modified time | relevance | path

Searched defs:stid (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c80 unsigned int stid) in cxgbit_np_hash_add()
101 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_find() local
118 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_del() local
144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server6()
196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, in cxgbit_create_server4()
345 int stid, ret; in __cxgbit_setup_cdev_np() local
520 int stid, ret; in __cxgbit_free_cdev_np() local
1222 unsigned int stid = PASS_OPEN_TID_G(ntohl(req->tos_stid)); in cxgbit_pass_accept_req() local
1583 unsigned int stid = GET_TID(rpl); in cxgbit_pass_open_rpl() local
1605 unsigned int stid = GET_TID(rpl); in cxgbit_close_listsrv_rpl() local
H A Dcxgbit.h122 unsigned int stid; member
186 unsigned int stid; member
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h54 unsigned int stid) in stid2entry()
H A Dcxgb3_offload.c723 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl() local
759 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_cr() local
/linux/arch/powerpc/kvm/
H A De500_mmu_host.c149 int stid; in write_stlbe() local
166 unsigned int stid; in kvmppc_map_magic() local
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c373 unsigned int stid) in get_ep_from_stid()
2387 unsigned int stid = GET_TID(rpl); in pass_open_rpl() local
2405 unsigned int stid = GET_TID(rpl); in close_listsrv_rpl() local
2518 unsigned int stid = PASS_OPEN_TID_G(ntohl(req->tos_stid)); in pass_accept_req() local
3928 static void build_cpl_pass_accept_req(struct sk_buff *skb, int stid , u8 tos) in build_cpl_pass_accept_req()
4062 int stid; in rx_pkt() local
/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1418 uint32 stid; member
1431 uint32 stid; member
1437 uint32 stid; member
1444 uint32 stid; member
1451 uint32 stid; member
1459 uint32 stid; member
1486 uint32 stid; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h182 static inline void *lookup_stid(const struct tid_info *t, unsigned int stid) in lookup_stid()