Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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() argument
185 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
186 stid -= t->sftid_base; in lookup_stid()
187 stid += t->nstids; in lookup_stid()
189 stid -= t->stid_base; in lookup_stid()
192 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
248 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
253 int cxgb4_create_server(const struct net_device *dev, unsigned int stid,
256 int cxgb4_create_server6(const struct net_device *dev, unsigned int stid,
[all...]
H A Dcxgb4_main.c1632 int stid; in cxgb4_alloc_stid() local
1636 stid = find_first_zero_bit(t->stid_bmap, t->nstids); in cxgb4_alloc_stid()
1637 if (stid < t->nstids) in cxgb4_alloc_stid()
1638 __set_bit(stid, t->stid_bmap); in cxgb4_alloc_stid()
1640 stid = -1; in cxgb4_alloc_stid()
1642 stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1); in cxgb4_alloc_stid()
1643 if (stid < 0) in cxgb4_alloc_stid()
1644 stid = -1; in cxgb4_alloc_stid()
1646 if (stid >= 0) { in cxgb4_alloc_stid()
1647 t->stid_tab[stid] in cxgb4_alloc_stid()
1669 int stid; cxgb4_alloc_sftid() local
1695 cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family) cxgb4_free_stid() argument
1923 cxgb4_create_server(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue) cxgb4_create_server() argument
1964 cxgb4_create_server6(const struct net_device *dev, unsigned int stid, const struct in6_addr *sip, __be16 sport, unsigned int queue) cxgb4_create_server6() argument
1997 cxgb4_remove_server(const struct net_device *dev, unsigned int stid, unsigned int queue, bool ipv6) cxgb4_remove_server() argument
2915 cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue, unsigned char port, unsigned char mask) cxgb4_create_server_filter() argument
2985 cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid, unsigned int queue, bool ipv6) cxgb4_remove_server_filter() argument
[all...]
/kernel/linux/linux-6.6/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() argument
185 if (t->nsftids && (stid >= t->sftid_base)) { in lookup_stid()
186 stid -= t->sftid_base; in lookup_stid()
187 stid += t->nstids; in lookup_stid()
189 stid -= t->stid_base; in lookup_stid()
192 return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL; in lookup_stid()
248 void cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family);
253 int cxgb4_create_server(const struct net_device *dev, unsigned int stid,
256 int cxgb4_create_server6(const struct net_device *dev, unsigned int stid,
[all...]
H A Dcxgb4_main.c1631 int stid; in cxgb4_alloc_stid() local
1635 stid = find_first_zero_bit(t->stid_bmap, t->nstids); in cxgb4_alloc_stid()
1636 if (stid < t->nstids) in cxgb4_alloc_stid()
1637 __set_bit(stid, t->stid_bmap); in cxgb4_alloc_stid()
1639 stid = -1; in cxgb4_alloc_stid()
1641 stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1); in cxgb4_alloc_stid()
1642 if (stid < 0) in cxgb4_alloc_stid()
1643 stid = -1; in cxgb4_alloc_stid()
1645 if (stid >= 0) { in cxgb4_alloc_stid()
1646 t->stid_tab[stid] in cxgb4_alloc_stid()
1668 int stid; cxgb4_alloc_sftid() local
1694 cxgb4_free_stid(struct tid_info *t, unsigned int stid, int family) cxgb4_free_stid() argument
1922 cxgb4_create_server(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue) cxgb4_create_server() argument
1963 cxgb4_create_server6(const struct net_device *dev, unsigned int stid, const struct in6_addr *sip, __be16 sport, unsigned int queue) cxgb4_create_server6() argument
1996 cxgb4_remove_server(const struct net_device *dev, unsigned int stid, unsigned int queue, bool ipv6) cxgb4_remove_server() argument
2914 cxgb4_create_server_filter(const struct net_device *dev, unsigned int stid, __be32 sip, __be16 sport, __be16 vlan, unsigned int queue, unsigned char port, unsigned char mask) cxgb4_create_server_filter() argument
2984 cxgb4_remove_server_filter(const struct net_device *dev, unsigned int stid, unsigned int queue, bool ipv6) cxgb4_remove_server_filter() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c80 unsigned int stid) in cxgbit_np_hash_add()
88 p->stid = stid; in cxgbit_np_hash_add()
101 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_find() local
107 stid = p->stid; in cxgbit_np_hash_find()
113 return stid; in cxgbit_np_hash_find()
118 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_del() local
124 stid = p->stid; in cxgbit_np_hash_del()
79 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, unsigned int stid) cxgbit_np_hash_add() argument
144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, struct cxgbit_np *cnp) cxgbit_create_server6() argument
196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, struct cxgbit_np *cnp) cxgbit_create_server4() argument
345 int stid, ret; __cxgbit_setup_cdev_np() local
520 int stid, ret; __cxgbit_free_cdev_np() local
1221 unsigned int stid = PASS_OPEN_TID_G(ntohl(req->tos_stid)); cxgbit_pass_accept_req() local
1582 unsigned int stid = GET_TID(rpl); cxgbit_pass_open_rpl() local
1604 unsigned int stid = GET_TID(rpl); cxgbit_close_listsrv_rpl() local
[all...]
H A Dcxgbit.h122 unsigned int stid; member
186 unsigned int stid; member
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c80 unsigned int stid) in cxgbit_np_hash_add()
88 p->stid = stid; in cxgbit_np_hash_add()
101 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_find() local
107 stid = p->stid; in cxgbit_np_hash_find()
113 return stid; in cxgbit_np_hash_find()
118 int stid = -1, bucket = cxgbit_np_hashfn(cnp); in cxgbit_np_hash_del() local
124 stid = p->stid; in cxgbit_np_hash_del()
79 cxgbit_np_hash_add(struct cxgbit_device *cdev, struct cxgbit_np *cnp, unsigned int stid) cxgbit_np_hash_add() argument
144 cxgbit_create_server6(struct cxgbit_device *cdev, unsigned int stid, struct cxgbit_np *cnp) cxgbit_create_server6() argument
196 cxgbit_create_server4(struct cxgbit_device *cdev, unsigned int stid, struct cxgbit_np *cnp) cxgbit_create_server4() argument
345 int stid, ret; __cxgbit_setup_cdev_np() local
520 int stid, ret; __cxgbit_free_cdev_np() local
1222 unsigned int stid = PASS_OPEN_TID_G(ntohl(req->tos_stid)); cxgbit_pass_accept_req() local
1583 unsigned int stid = GET_TID(rpl); cxgbit_pass_open_rpl() local
1605 unsigned int stid = GET_TID(rpl); cxgbit_close_listsrv_rpl() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c549 unsigned int stid) in listen_hash_add()
557 p->stid = stid; in listen_hash_add()
570 int stid = -1; in listen_hash_find() local
578 stid = p->stid; in listen_hash_find()
582 return stid; in listen_hash_find()
589 int stid = -1; in listen_hash_del() local
598 stid = p->stid; in listen_hash_del()
547 listen_hash_add(struct chtls_dev *cdev, struct sock *sk, unsigned int stid) listen_hash_add() argument
653 int stid; chtls_listen_start() local
733 int stid; chtls_listen_stop() local
763 unsigned int stid = GET_TID(rpl); chtls_pass_open_rpl() local
791 unsigned int stid; chtls_close_listsrv_rpl() local
1304 unsigned int stid; chtls_pass_accept_request() local
1430 unsigned int stid; chtls_pass_accept_req() local
1587 unsigned int stid; chtls_pass_establish() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c549 unsigned int stid) in listen_hash_add()
557 p->stid = stid; in listen_hash_add()
570 int stid = -1; in listen_hash_find() local
578 stid = p->stid; in listen_hash_find()
582 return stid; in listen_hash_find()
589 int stid = -1; in listen_hash_del() local
598 stid = p->stid; in listen_hash_del()
547 listen_hash_add(struct chtls_dev *cdev, struct sock *sk, unsigned int stid) listen_hash_add() argument
653 int stid; chtls_listen_start() local
733 int stid; chtls_listen_stop() local
763 unsigned int stid = GET_TID(rpl); chtls_pass_open_rpl() local
791 unsigned int stid; chtls_close_listsrv_rpl() local
1304 unsigned int stid; chtls_pass_accept_request() local
1430 unsigned int stid; chtls_pass_accept_req() local
1587 unsigned int stid; chtls_pass_establish() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlr/
H A Dfmn.h202 static inline void nlm_msgsnd(unsigned int stid) in nlm_msgsnd() argument
211 : : "r" (stid) : "$1" in nlm_msgsnd()
276 unsigned int stid, struct nlm_fmn_msg *msg) in nlm_fmn_send()
294 dest = ((size - 1) << 16) | (code << 8) | stid; in nlm_fmn_send()
312 static inline int nlm_fmn_receive(int bucket, int *size, int *code, int *stid, in nlm_fmn_receive() argument
331 *stid = (status & 0x7f0000) >> 16; in nlm_fmn_receive()
275 nlm_fmn_send(unsigned int size, unsigned int code, unsigned int stid, struct nlm_fmn_msg *msg) nlm_fmn_send() argument
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4layouts.c155 nfsd4_free_layout_stateid(struct nfs4_stid *stid) in nfsd4_free_layout_stateid() argument
157 struct nfs4_layout_stateid *ls = layoutstateid(stid); in nfsd4_free_layout_stateid()
270 struct nfs4_stid *stid; in nfsd4_preprocess_layout_stateid() local
277 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
283 &stid->sc_file->fi_fhandle)) { in nfsd4_preprocess_layout_stateid()
288 if (stid->sc_type != NFS4_LAYOUT_STID) { in nfsd4_preprocess_layout_stateid()
289 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
290 nfs4_put_stid(stid); in nfsd4_preprocess_layout_stateid()
297 ls = container_of(stid, struct nfs4_layout_stateid, ls_stid); in nfsd4_preprocess_layout_stateid()
301 if (nfsd4_stateid_generation_after(stateid, &stid in nfsd4_preprocess_layout_stateid()
[all...]
H A Dnfs4state.c82 static void nfs4_free_ol_stateid(struct nfs4_stid *stid);
727 struct nfs4_stid *stid; in nfs4_alloc_stid() local
730 stid = kmem_cache_zalloc(slab, GFP_KERNEL); in nfs4_alloc_stid()
731 if (!stid) in nfs4_alloc_stid()
737 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 1, 0, GFP_NOWAIT); in nfs4_alloc_stid()
743 stid->sc_free = sc_free; in nfs4_alloc_stid()
744 stid->sc_client = cl; in nfs4_alloc_stid()
745 stid->sc_stateid.si_opaque.so_id = new_id; in nfs4_alloc_stid()
746 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid()
748 refcount_set(&stid in nfs4_alloc_stid()
770 nfs4_init_cp_state(struct nfsd_net *nn, copy_stateid_t *stid, unsigned char sc_type) nfs4_init_cp_state() argument
829 nfs4_free_cpntf_statelist(struct net *net, struct nfs4_stid *stid) nfs4_free_cpntf_statelist() argument
846 struct nfs4_stid *stid; nfs4_alloc_open_stateid() local
855 nfs4_free_deleg(struct nfs4_stid *stid) nfs4_free_deleg() argument
1000 nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid) nfs4_inc_and_copy_stateid() argument
1365 nfs4_free_ol_stateid(struct nfs4_stid *stid) nfs4_free_ol_stateid() argument
1377 nfs4_free_lock_stateid(struct nfs4_stid *stid) nfs4_free_lock_stateid() argument
2457 nfs4_show_stateid(struct seq_file *s, stateid_t *stid) nfs4_show_stateid() argument
5836 find_cpntf_state(struct nfsd_net *nn, stateid_t *st, struct nfs4_stid **stid) find_cpntf_state() argument
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4layouts.c156 nfsd4_free_layout_stateid(struct nfs4_stid *stid) in nfsd4_free_layout_stateid() argument
158 struct nfs4_layout_stateid *ls = layoutstateid(stid); in nfsd4_free_layout_stateid()
271 struct nfs4_stid *stid; in nfsd4_preprocess_layout_stateid() local
278 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
284 &stid->sc_file->fi_fhandle)) { in nfsd4_preprocess_layout_stateid()
289 if (stid->sc_type != NFS4_LAYOUT_STID) { in nfsd4_preprocess_layout_stateid()
290 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
291 nfs4_put_stid(stid); in nfsd4_preprocess_layout_stateid()
298 ls = container_of(stid, struct nfs4_layout_stateid, ls_stid); in nfsd4_preprocess_layout_stateid()
302 if (nfsd4_stateid_generation_after(stateid, &stid in nfsd4_preprocess_layout_stateid()
[all...]
H A Dnfs4state.c86 static void nfs4_free_ol_stateid(struct nfs4_stid *stid);
940 struct nfs4_stid *stid; in nfs4_alloc_stid() local
943 stid = kmem_cache_zalloc(slab, GFP_KERNEL); in nfs4_alloc_stid()
944 if (!stid) in nfs4_alloc_stid()
950 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 1, 0, GFP_NOWAIT); in nfs4_alloc_stid()
956 stid->sc_free = sc_free; in nfs4_alloc_stid()
957 stid->sc_client = cl; in nfs4_alloc_stid()
958 stid->sc_stateid.si_opaque.so_id = new_id; in nfs4_alloc_stid()
959 stid->sc_stateid.si_opaque.so_clid = cl->cl_clientid; in nfs4_alloc_stid()
961 refcount_set(&stid in nfs4_alloc_stid()
983 nfs4_init_cp_state(struct nfsd_net *nn, copy_stateid_t *stid, unsigned char cs_type) nfs4_init_cp_state() argument
1043 nfs4_free_cpntf_statelist(struct net *net, struct nfs4_stid *stid) nfs4_free_cpntf_statelist() argument
1060 struct nfs4_stid *stid; nfs4_alloc_open_stateid() local
1069 nfs4_free_deleg(struct nfs4_stid *stid) nfs4_free_deleg() argument
1219 nfs4_inc_and_copy_stateid(stateid_t *dst, struct nfs4_stid *stid) nfs4_inc_and_copy_stateid() argument
1484 nfs4_free_ol_stateid(struct nfs4_stid *stid) nfs4_free_ol_stateid() argument
1496 nfs4_free_lock_stateid(struct nfs4_stid *stid) nfs4_free_lock_stateid() argument
2607 nfs4_show_stateid(struct seq_file *s, stateid_t *stid) nfs4_show_stateid() argument
6436 struct nfs4_stid *stid; nfsd4_lookup_stateid() local
6581 find_cpntf_state(struct nfsd_net *nn, stateid_t *st, struct nfs4_stid **stid) find_cpntf_state() argument
[all...]
H A Dtrace.h664 const struct nfs4_stid *stid
666 TP_ARGS(stid),
676 const stateid_t *stp = &stid->sc_stateid;
678 __entry->sc_type = stid->sc_type;
679 __entry->sc_count = refcount_read(&stid->sc_count);
694 TP_PROTO(const struct nfs4_stid *stid), \
695 TP_ARGS(stid))
1432 const struct nfs4_stid *stid
1434 TP_ARGS(stid),
1435 TP_CONDITION(stid
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h54 unsigned int stid) in stid2entry()
56 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
53 stid2entry(const struct tid_info *t, unsigned int stid) stid2entry() argument
H A Dcxgb3_offload.c521 void cxgb3_free_stid(struct t3cdev *tdev, int stid) in cxgb3_free_stid() argument
524 union listen_entry *p = stid2entry(t, stid); in cxgb3_free_stid()
677 int stid = -1; in cxgb3_alloc_stid() local
684 stid = (p - t->stid_tab) + t->stid_base; in cxgb3_alloc_stid()
691 return stid; in cxgb3_alloc_stid()
762 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl() local
765 t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid); in do_stid_rpl()
798 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_cr() local
810 t3c_tid = lookup_stid(t, stid); in do_cr()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_defs.h54 unsigned int stid) in stid2entry()
56 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
53 stid2entry(const struct tid_info *t, unsigned int stid) stid2entry() argument
H A Dcxgb3_offload.c521 void cxgb3_free_stid(struct t3cdev *tdev, int stid) in cxgb3_free_stid() argument
524 union listen_entry *p = stid2entry(t, stid); in cxgb3_free_stid()
677 int stid = -1; in cxgb3_alloc_stid() local
684 stid = (p - t->stid_tab) + t->stid_base; in cxgb3_alloc_stid()
691 return stid; in cxgb3_alloc_stid()
762 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl() local
765 t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid); in do_stid_rpl()
798 unsigned int stid = G_PASS_OPEN_TID(ntohl(req->tos_tid)); in do_cr() local
810 t3c_tid = lookup_stid(t, stid); in do_cr()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A De500_mmu_host.c146 int stid; in write_stlbe() local
149 stid = kvmppc_e500_get_tlb_stid(&vcpu_e500->vcpu, gtlbe); in write_stlbe()
151 stlbe->mas1 |= MAS1_TID(stid); in write_stlbe()
163 unsigned int stid; in kvmppc_map_magic() local
170 stid = kvmppc_e500_get_sid(vcpu_e500, 0, 0, 0, 0); in kvmppc_map_magic()
172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A De500_mmu_host.c146 int stid; in write_stlbe() local
149 stid = kvmppc_e500_get_tlb_stid(&vcpu_e500->vcpu, gtlbe); in write_stlbe()
151 stlbe->mas1 |= MAS1_TID(stid); in write_stlbe()
163 unsigned int stid; in kvmppc_map_magic() local
170 stid = kvmppc_e500_get_sid(vcpu_e500, 0, 0, 0, 0); in kvmppc_map_magic()
172 magic.mas1 = MAS1_VALID | MAS1_TS | MAS1_TID(stid) | in kvmppc_map_magic()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dcm.c370 * Atomically lookup the ep ptr given the stid and grab a reference on the ep.
373 unsigned int stid) in get_ep_from_stid()
379 ep = xa_load(&dev->stids, stid); in get_ep_from_stid()
2383 unsigned int stid = GET_TID(rpl); in pass_open_rpl() local
2384 struct c4iw_listen_ep *ep = get_ep_from_stid(dev, stid); in pass_open_rpl()
2387 pr_warn("%s stid %d lookup failure!\n", __func__, stid); in pass_open_rpl()
2401 unsigned int stid = GET_TID(rpl); in close_listsrv_rpl() local
2402 struct c4iw_listen_ep *ep = get_ep_from_stid(dev, stid); in close_listsrv_rpl()
2405 pr_warn("%s stid in close_listsrv_rpl()
372 get_ep_from_stid(struct c4iw_dev *dev, unsigned int stid) get_ep_from_stid() argument
2520 unsigned int stid = PASS_OPEN_TID_G(ntohl(req->tos_stid)); pass_accept_req() local
4061 int stid; rx_pkt() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcm.c370 * Atomically lookup the ep ptr given the stid and grab a reference on the ep.
373 unsigned int stid) in get_ep_from_stid()
379 ep = xa_load(&dev->stids, stid); in get_ep_from_stid()
2383 unsigned int stid = GET_TID(rpl); in pass_open_rpl() local
2384 struct c4iw_listen_ep *ep = get_ep_from_stid(dev, stid); in pass_open_rpl()
2387 pr_warn("%s stid %d lookup failure!\n", __func__, stid); in pass_open_rpl()
2401 unsigned int stid = GET_TID(rpl); in close_listsrv_rpl() local
2402 struct c4iw_listen_ep *ep = get_ep_from_stid(dev, stid); in close_listsrv_rpl()
2405 pr_warn("%s stid in close_listsrv_rpl()
372 get_ep_from_stid(struct c4iw_dev *dev, unsigned int stid) get_ep_from_stid() argument
2514 unsigned int stid = PASS_OPEN_TID_G(ntohl(req->tos_stid)); pass_accept_req() local
4058 int stid; rx_pkt() local
[all...]
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h2174 uint32 stid; member
2194 uint32 stid; member
2202 uint32 stid; member
2211 uint32 stid; member
2242 uint32 stid; member

Completed in 53 milliseconds

12